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

Don't throw when enumerating root on empty MountFS #31

Closed Rohansi closed 6 years ago

Rohansi commented 6 years ago

Root should be assumed to exist so it should not be throwing

xoofx commented 6 years ago

Thanks!