userJames Kingcancel
branchzio/fix/path-without-volumecancel

5 Commits over 0 Days - ∞cph!

3 Months 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
3 Months Ago
HasWindowsVolumeLabel: Avoid IndexOf, only supported on Windows
3 Months Ago
Explain why we're not just always calling Path.GetFullPath
3 Months Ago
Fix regression with rooted paths without volume labels on Windows xoofx/zio#92
3 Months 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