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.