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.
FYI in my measurements this cut down file I/o time by ~half. The fact that it wasn’t more seems mostly due to fundamental inefficiency in dotnet file 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.
Fixes #90