Changeset 68655

Timestamp:
Feb 5, 2011, 3:41:55 PM (12 years ago)
Author:
Daniel James
Message:

Fix rooted path handling on windows.

Was using !path.is_complete() to check if a path is relative - this
doesn't work on windows since paths like \a\b and c:foo aren't
complete or absolute. So now use
!path.has_root_directory && !path.has_root_name() instead.

(No files)

Note: See TracChangeset for help on using the changeset viewer.