Set AllFileAttributes

AllFileAttributes

The predefined set AllFileAttributes contains the attributes which can be used in the filtering of files.

Set AllFileAttributes {
    Index      :  IndexFileAttributes;
    Definition :  data { Hidden, ReadOnly, Executable };
}

Definition

The predefined set AllFileAttributes contains the attributes the intrinsic functions DirectoryGetFiles, and DirectoryGetSubDirectories use to filter their result. They are:

  • Hidden: the file or subdirectory is normally not visible when querying the folder in which it resides,

  • ReadOnly: the file or subdirecotry is read only,

  • Executable: the file is executable (this attribute is ignored for DirectoryGetSubdirectories).

Updatability

The contents of the set cannot be modified.

See also

The functions DirectoryGetFiles, and DirectoryGetSubDirectories.