TNotifyFilters Type

Specifies changes to watch for in a file or folder.

Namespace: CNClrLib.Control.EnumTypes
type
 TNotifyFilters = CNClrlib.EnumTypes.TNotifyFilters;

Field
Description

nfFileName

The name of the file.

nfDirectoryName

The name of the directory.

nfAttributes

The attributes of the file or folder.

nfSize

The size of the file or folder.

nfLastWrite

The date the file or folder last had anything written to it.

nfLastAccess

The date the file or folder was last opened.

nfCreationTime

The time the file or folder was created.

nfSecurity

The security settings of the file or folder.