cfile.oxh
<TBS>
KFileShareExclusive% |
Exclusive access for the program opening the file: no other program can access the file until it is closed. |
KFileShareReadersOnly% |
Read-only sharing. This means that the file may only be accessed for reading. |
KFileShareAny% |
Shared access for reading and writing. This means that other programs may share access to the file for reading and writing with the program which opened the file. |
KFileStream% |
for files to be opened in binary mode |
KFileStreamText% |
for files to be opened in text mode |
KFileRead% |
the file may be read from but not written to |
KFileWrite% |
the file may be read from and written to. Cannot be
combined with a share mode of KFileShareReadersOnly% |
KFileShareMask% |