User Tools

Site Tools


openmode_file_access_sharing_mode_.htm
Navigation:  ABC Library Reference > FileManager > FileManager Properties >====== OpenMode (file access/sharing mode) C6H0009.jpg ====== Previous pageReturn to chapter overviewNext page
OpenMode BYTE

blk2blue.jpg

The OpenMode PROTECTED property contains a value that determines the level of access granted to both the user opening the file and other users in a multi-user system.

Implementation:

The Init method sets the OpenMode property to a hexadecimal value of 42h (ReadWrite/DenyNone). The ABC Templates override this default with the appropriate value from the application generator.

The Open method uses the OpenMode property when it OPENs the file for processing. See the Language Reference for more information on OPEN and access modes.

You should not try to set the OpenMode property directly. Instead, use the SetOpenMode and GetOpenMode methods.

See Also:     Init, Open

openmode_file_access_sharing_mode_.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1