Huh, had similar problems, recently had project with a lot of IO, so I just 
created wrapper over fs. 

https://github.com/alexeypetrushin/node2

The main reason though was not consistency and legacy bugs ( like fs.exists 
https://groups.google.com/forum/?fromgroups=#!searchin/nodejs/fs.exists/nodejs/gRRuly79oRc/BC4s4rtF2zEJ
 
) but handy things like automatically create parent dirs and so on.


-- 
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 nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to