RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.faArchive Constant

Specifies only Windows archived file types.

Pascal
faArchive = $00000020 platform;
C++
faArchive = 0x00000020 platform;

faArchive is principally used by FindFirst to indicate that only archived files sould be returned. It is Windows specific : Linux does not support archiving. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!