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

Add IFileSystem.CanWatch #18

Closed Rohansi closed 6 years ago

Rohansi commented 6 years ago

For #12.

This isn't complete yet. Waiting for #13 to be resolved because the remaining changes need to update the (currently broken) watch logic in MountFileSystem.

xoofx commented 6 years ago

Cool. Though, I'm a bit lost with the PRs 😅 (sorry back from holidays + sick days), which one should I merge first, this one is ok?

Rohansi commented 6 years ago

If you merge #13 first I can commit to this PR to use CanWatch in AggregateFileSystem and MountFileSystem.

Rohansi commented 6 years ago

This should be good to go now. Let me know if you see anything wrong.