Skip to content

IFileWatcherFactory.Create method

Creates a new file system watcher for the given path and filter.

public IFileWatcher Create(string path, string filter)
parameter description
path The directory path to watch.
filter The file filter to watch for.

Return Value

A new IFileWatcher instance.

See Also