Files
node-v0.x-archive/test
Ryan Doenges 9026675061 path: add path.isAbsolute(path)
An absolute path will always open the same location regardless of your
current working directory. For posix, this just means path.charAt(0) ===
'/', but on Windows it's a little more complicated.

Fixes joyent/node#5299.
2013-04-19 10:15:22 -07:00
..
2013-03-06 14:31:22 +04:00
2013-04-05 11:32:33 -07:00
2013-04-19 10:15:22 -07:00