RAD Studio VCL Reference
|
Specifies file sharing that prevents any file access by other applications.
fmShareExclusive = $0010;
fmShareExclusive = 0x0010;
fmShareExclusive is one of the attributes assignable in the Create. The TFileStream is used to read and write files. It specifies file sharing that prevents other applications from opening the file at all.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|