Arlodotexe / OwlCore

Have you ever seen an Owl do a barrel roll? Me neither. Essential supplemental tooling for .NET development.
MIT License
24 stars 3 forks source link

Filesystem changed events in AbstractStorage #5

Closed Arlodotexe closed 2 years ago

Arlodotexe commented 2 years ago

The problem

Most file systems provide a way to notify when the contents of a folder is changed. However, AbstractStorage doesn't have the same thing.

The solution

Add events to IFolderData to notify when

Arlodotexe commented 2 years ago

AbstractStorage is being succeeded by https://github.com/Arlodotexe/OwlCore.Storage.