On Mar 16, 2012, at 3:26 AM, Brandon Benvie wrote: > Seriously, kind of an itch of mine. Windows understands '/' natively, > requiring no translation, The extend of the issue is that Windows roots to a > drive or whatever,so /whatever isn't valid but c:/whatever is.
Just to clarify, you want to use path.resolve() to ensure the drive is included in absolute paths, but otherwise there's no path nonsense anyone needs to worry about? Ted > > -- > 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 -- 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
