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 #11

Closed Rohansi closed 6 years ago

Rohansi commented 6 years ago

For #8.

Allows mounts to be placed at any path except root. I store the mounts in a SortedList but performance could be improved by using a trie structure later.

xoofx commented 6 years ago

Thanks! Yep, we can improve the mounts search later.