RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.faHidden Constant

Specifies only hidden file types.

Pascal
faHidden = $00000002 platform;
C++
faHidden = 0x00000002 platform;

SysUtils

faHidden is principally used by FindFirst to indicate that only hidden files sould be returned. On Linux systems, hidden files are those that start with a "." character. 

 

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