branchzio/fix/path-without-volumecancel

5 Commits over 0 Days - ∞cph!

40 Days Ago
Fix regression with rooted paths without volume labels on Windows Also explain why we're not just always calling Path.GetFullPath xoofx/zio#92
40 Days Ago
HasWindowsVolumeLabel: Avoid IndexOf, only supported on Windows
45 Days Ago
Explain why we're not just always calling Path.GetFullPath
45 Days Ago
Fix regression with rooted paths without volume labels on Windows xoofx/zio#92
45 Days Ago
Optimize cross-filesystem operations Adds a new function to that resolves a path through all underlying filesystems. Allows cross-file system operations to resolve to the final FS and call operations directly on that file system. Merge pull request #94 from agocke/optimize-fscross Optimize cross-filesystem operations Fix cross-filesystem operations in MountFileSystem Remove duplicated code Merge pull request #95 from GerardSmit/fix/mount-filesystem-crosscopy Fix cross-filesystem operations in MountFileSystem Added failing test for rooted path without volume on Windows xoofx/zio#92