xoofx / zio

A cross-platform abstract/virtual filesystem framework with many built-ins filesystems for .NET
BSD 2-Clause "Simplified" License
817 stars 61 forks source link

Allow arbitrary mount points in MountFileSystem #8

Closed Rohansi closed 6 years ago

Rohansi commented 6 years ago

Currently it only allows mounts under root (no subfolders). This requires a bit more (careful) work to the way paths are mapped to filesystems.