Found 60 packages
Provides the System.IO.FileSystemWather class, which listens to the file system change notifications and raises events when a directory, or a file in a directory, changes. Commonly Used Types: System.IO.FileSystemWatcher System.IO.WatcherChangeTypes System.IO.FileSystemEventArgs System.IO.RenamedEventArgs System.IO.FileSystemEventHandler System.IO.RenamedEventHandler System.IO.NotifyFilters System.IO.ErrorEventArgs System.IO.ErrorEventHandler System.IO.WaitForChangedResult When using NuGet 3.x this package requires at least version 3.4.
An XActLib assembly: a library to watch directories and files (usuall a drop folder) for changes. Often used to move files into sharepoint, etc.
An XActLib assembly: optional configuration for XAct.IO.FileSystemWatcher
Generate Audit Logs from file system events using a FileSystemWatcher
dynamically loads an object from a serialized file with System.IO.FileSystemWatcher
Topshelf.FileSystemWatcher wraps the .NET FileSystemWatcher class behind a configurator, to make it possible to easily listen for FileSystem change events whithin your Topshelf Service.
Package Description
this program is ment to run locally, by supplying a folder to watch. example: C:\abc\efg
A set of reactive/observable wrappers around the FileSystemWatcher.
Provides interfaces for types in System.IO.FileSystem.Watcher: FileSystemWatcher.
This package contains a files events plugin for MvvmCross.
A fast and reliable, (non blocking!), .NET File/Directory watcher, complete rewrite of FileSystemWatcher to ensure speed/acuracy/reliability/suppress duplicate events Supported platforms: - .NET Framework 4.5.2+ - .NET Framework 4.6.2+ - .NET Standard 2.0+ - .NET Core 3.0+
A wrapper of FileSystemWatcher to standardize the events and avoid false change notifications, used in ImageGlass project (https://imageglass.org). This project is based on the VSCode FileWatcher: https://github.com/Microsoft/vscode-filewatcher-windows.
A File System Watcher similar to FileSystemWatcher of Microsoft that will run on Docker Containers when files are changed by the host.
Package Description
AdvancedFileSystemWatcher try to resolve FileSystemWatcher changed event from raising multiple times by adding detailed information(BeginWrite/EndWrite) in Changed handler. Example: void watcher_Changed(object sender, SoftMade.FileSystemEventArgs e) { if (e.ChangeType == SoftMade.WatcherChangeTypes.BeginWrite) { //do what you want when file is begin writed } else if (e.ChangeType == SoftMade.WatcherChangeTypes.EndWrite) { //do what you want when file is writed } }
detect directory change and return renamed, moved, created, and deleted files. Able to spot renamed files without hashcode comparing or real time tracking.
Perfect accuracy, low latency file system watcher
An EnhancedFileSystemWatcher, which can be used to suppress duplicate events that fire on a single change to the file.
The Custom.Net8.FileSystemWatcher package is available to facilitate the monitoring of file system change notifications. It is designed to detect any modifications made to a directory or a file within a directory, and subsequently trigger corresponding events.