Well for the case that the actual (last) value being passed in is already absolute, then this works as expected, however after checking that for absoluteness, then I would think starting from left to right to concatenate would be what I would expect.
So it only partially works as I would expect. On Sunday, 18 March 2012 18:38:35 UTC-5, Mark Volkmann wrote: > > What's the rationale for attempting the "from" values passed to > path.resolve in right to left order instead of left to right? > It seems like callers would prefer to list the directories to be > attempted in left to right order. > > -- > R. Mark Volkmann > Object Computing, Inc. > -- 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
