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

Watch logic needs to be updated for arbitrary mount points #13

Closed Rohansi closed 6 years ago

Rohansi commented 6 years ago

Because a mount can now exist within another mount. For example we can mount /a and /a/b and if we watch /a it needs to watch both of them, not just /a.