Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FileSystemWatcher Support #5

Open
manuelroemer opened this issue May 30, 2020 · 0 comments
Open

FileSystemWatcher Support #5

manuelroemer opened this issue May 30, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@manuelroemer
Copy link
Owner

New Feature Proposal

Description

Files should provide support for watching the underlying file system.
It is never guaranteed that every file system has watch-support, meaning that such an API should be opt-in, i.e. it will not be guaranteed a watcher will always work/will always notify about every change. It's basically going to be "we're reporting whatever is possible, don't blindly trust what we're telling you about the changes".

System.IO already provides native support for this via the FileSystemWatcher and UWP apparently allows limited watching via search trickery. The in-memory file system can easily be extended with change notifications. Therefore, the three current implementations should all, to some extent, support such an API.

Discussion

I'm not sure about how exactly the API will look like. .NET's FileSystemWatcher might be a good inspiration though, but other approaches are, of course, also possible.

@manuelroemer manuelroemer added the enhancement New feature or request label May 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant