faNormal
Normal file attribute
Declaration
Source position: filutilh.inc line 143
const
faNormal = $00000080
Description
faNormal can be used in FindFirst to indicate that normal files must be included in the result.
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. | 
| faTemporary | Temporary file attribute | 
| FindFirst | Start a file search and return a findhandle |