in reply to Re^2: Path-Tiny-0.028 Path::Tiny on win32 turns C:/ or C:\ into C: / absolute / realpath are broken
in thread Path-Tiny-0.028 Path::Tiny on win32 turns C:/ or C:\ into C: / absolute / realpath are broken
C: does not reference the root directory of a volume
I understand that. What I'm trying to get guidance on is how likely it is that people would use "C:" and not mean the root directory.
If I understand you correctly, what probably needs to happen is to immediately turn C: into the absolute path for cwd on that volume via getdcwd.
Is that right?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Path-Tiny-0.028 Path::Tiny on win32 turns C:/ or C:\ into C: / absolute / realpath are broken
by Corion (Patriarch) on Aug 19, 2013 at 13:02 UTC | |
by xdg (Monsignor) on Aug 19, 2013 at 15:53 UTC | |
by Anonymous Monk on Aug 20, 2013 at 09:04 UTC | |
by choroba (Cardinal) on Aug 20, 2013 at 09:13 UTC | |
by Corion (Patriarch) on Aug 20, 2013 at 09:13 UTC | |
by Anonymous Monk on Aug 20, 2013 at 09:14 UTC | |
|