RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.faSysFile Constant

Specifies only system file types.

Pascal
faSysFile = $00000004 platform;
C++
faSysFile = 0x00000004 platform;

SysUtils

faSysFile is principally used by FindFirst to indicate that only system files sould be returned. On Linux systems, a system file is one that is treated as a socket, symbolic link, device file, or FIFO. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!