faVirtual
Virtual file attribute
Declaration
Source position: filutilh.inc line 148
const
faVirtual = $00010000platform
Description
faVirtual can be returned by FindFirst or FindNext to indicate that a returned file is virtual (on file systems that support this).
See also
Name | Description |
---|---|
faArchive | Archive bit is set |
faCompressed | Compressed file attribute |
faDirectory | File is a directory |
faEncrypted | Encrypted file attribute |
faHidden | Hidden file. |
faNormal | Normal file attribute |
faVirtual | Virtual file attribute |
FindFirst | Start a file search and return a findhandle |
FindNext | Find the next entry in a findhandle. |