Specifies the changes to watch for in a file or folder.
[Visual Basic] Public Enum ChangedFilters [C#] public enum ChangedFilters [C++] public enum ChangedFilters
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
You can combine the members of this enumeration to watch for more than one kind of change. For example, you can watch for any changes in the size of a file or folder, and for any changes in the security settings. This will raise a flag anytime there is a change in size or the security settings of a file or folder.
Member Name | Description |
---|---|
Attributes | The attributes of the file or folder. |
LastAccess | The date that the file or folder was last opened. |
LastWrite | The date that the file or folder last had anything written to it. |
Security | The security settings of the file or folder. |
Size | The size of the file or folder. |
Namespace: System.IO
Assembly: system.io.dll