branchzio/fix/path-without-volumecancel
5 Commits over 0 Days - ∞cph!
Fix regression with rooted paths without volume labels on Windows
Also explain why we're not just always calling Path.GetFullPath
xoofx/zio#92
HasWindowsVolumeLabel: Avoid IndexOf, only supported on Windows
Explain why we're not just always calling Path.GetFullPath
Fix regression with rooted paths without volume labels on Windows
xoofx/zio#92
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