Listens to the file system change notifications and raises events when a directory, or file in a directory, changes.
The FileSystemWatcher type exposes the following members.
Top
Top
Top
|
| Name | Description |
|---|
.gif) | Changed | Occurs when a file or directory in the specified Path is changed. |
.gif) | Created | Occurs when a file or directory in the specified Path is created. |
.gif) | Deleted | Occurs when a file or directory in the specified Path is deleted. |
.gif) | Disposed | Occurs when the component is disposed by a call to the Dispose method. (Inherited from Component.) |
.gif) | Error | Occurs when the internal buffer overflows. |
.gif) | Renamed | Occurs when a file or directory in the specified Path is renamed. |
Top
Reference