Closed DogeDark closed 1 week ago
Windows has different behavior for the path.is_relative() method than unix. This switches out that method for path.starts_with("/")
path.is_relative()
path.starts_with("/")
Windows has different behavior for the
path.is_relative()
method than unix. This switches out that method forpath.starts_with("/")