Until now we could get the absolute path of a file to open later as readStream with this code snippet:
var base = path.resolve(\'.\'); var file = base + \'/d
Since version 1.3, the documented function
Assets.absoluteFilePath(assetPath)
seems to be the best way to get the project path reliably.
Meteor Github