FileSystemLinkEventType
Namespace: TagBites.IO
Assembly: TagBites.IO.dll
Product: TagBites.IO v. 2.0.0
Changes that might occur to a file/directory.
public enum FileSystemLinkEventTypeFields
Section titled “Fields”Change
Section titled “Change”The change of a file or folder. The types of changes include: changes to size, attributes, security settings, last write, and last access time.
Change = 1Create
Section titled “Create”The creation of a file or folder.
Create = 0Delete
Section titled “Delete”The deletion of a file or folder.
Delete = 2The movement of a file or folder.
Move = 3