Hi guys I wrestled a bit yesterday trying to get "fs.exists" to work with Streamline. Basically you need to create a small wrapper as streamline expects the callback to be the standard function(err, value) while fs.Exists just passes a bool.
I posted a gist here on how to do it for those that are interested / run into the same problem: https://gist.github.com/2394695 Thanks Bruno for the feedback / input. Cheers Glenn -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
