Files
node-v0.x-archive/doc/api
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-04-12 11:30:11 -04:00
2010-11-07 17:22:56 -08:00
2013-04-19 10:15:22 -07:00
2013-04-12 11:30:11 -04:00
2012-02-29 16:04:54 -08:00
2013-04-01 18:44:02 +02:00