RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.faReadOnly Constant

Specifies only read only file types.

Pascal
faReadOnly = $00000001 platform;
C++
faReadOnly = 0x00000001 platform;

SysUtils

faReadOnly is principally used by FindFirst to indicate that only read only files sould be returned. On Linux systems, read only is not necessarily a system wide attribute - access rights are user and group dependent. Read only here means that the current application does read but not write to a file. 

 

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