Skip to content
Auto
Products

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 FileSystemLinkEventType

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 = 1

The creation of a file or folder.

Create = 0

The deletion of a file or folder.

Delete = 2

The movement of a file or folder.

Move = 3