Other |
---|
1.2.0 1.2beta4Fixed |
Duplicate :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
Under windows, something like: C:foo Is the same as: C:\current\directory\foo At least that has always been my understanding (i.e., cd to cd:\foo, create bar.txt, and type: "type c:bar.txt". getCanonicalPath when passed "C:" or "C:foo" seems to be returning C:\current\directory\c: or C:\current\directory\c:foo.
|