Previously a path of the form
\foo\bar
would not be recognized as a root path on Windows. This patch allows paths of this nature to be considered absolute paths.
Differential D4224
Change filesystem lib to recognize paths started with \ as root zturner on Jun 19 2014, 5:56 PM. Authored by
Details
Previously a path of the form \foo\bar would not be recognized as a root path on Windows. This patch allows paths of this nature to be considered absolute paths.
Diff Detail Event TimelineComment Actions Abandoning this as it's obviously wrong. Occurred to me later on that even a path that starts with \ in windows is still a relative path, it's just relative to the current drive. |