Versions in this module Expand all Collapse all v0 v0.40.4 May 19, 2022 Changes in this version + const IsWindows + const PathDelimiter + var FileSystemRoot = PathDelimiter — darwin/amd64, js/wasm, linux/amd64 + var FileSystemRoot = SystemVolume + PathDelimiter — windows/amd64 + var SystemVolume = "" — darwin/amd64, js/wasm, linux/amd64 + var SystemVolume = filepath.VolumeName(os.Getenv("SYSTEMROOT")) — windows/amd64 + func IsWindowsSharingViolation(err error) bool + func PathToNative(p string) string + func StartsWithWindowsVolume(p string) bool