FileSystemChangeType Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the type of file system change
public ref class FileSystemChangeType
public class FileSystemChangeType
type FileSystemChangeType = class
Public Class FileSystemChangeType
- Inheritance
-
FileSystemChangeType
Constructors
| FileSystemChangeType() |
Fields
| AddDirectory |
A new directory is added. |
| AddFile |
A new file is added. |
| DeleteFile |
A file existing on disk is deleted. |
| EditFile |
A file existing on disk was edited. |
| RemoveDirectory |
A directory existing on disk is removed. |