faTemporary
Temporary file attribute
Declaration
Source position: filutilh.inc line 144
const
faTemporary = $00000100platform
Description
faTemporary can be returned by FindFirst or FindNext to indicate that a returned file is a temporary file.
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 | 
| FindFirst | Start a file search and return a findhandle | 
| FindNext | Find the next entry in a findhandle. |