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 CanWatch impls to physical and composite FS #24

Closed Rohansi closed 6 years ago

Rohansi commented 6 years ago

System.IO.FileSystemWatcher throws if the directory to watch doesn't exist. The ComposeFileSystems were missing implementations for CanWatch as well.