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

MountFileSystem lists only the last directory in mount names #28

Closed Rohansi closed 6 years ago

Rohansi commented 6 years ago

For example if you mount at /x/y/z and then list / it will show /z exists but it should show /x, /x/y, and /x/y/z.

Rohansi commented 6 years ago

Trying to access /x/y should also work. Listing, getting an entry, etc. Modifying it would make no sense though.