Use this function before you use OPEN Function (File) to set or test whether you can write to a file in later calls.

[IsWritemode :=] File.WRITEMODE([SetWritemode])

Parameters

File

Use this variable to refer to the file.

SetWritemode

Type: Boolean

This variable is used to set the mode that the file will be opened in when File.OPEN is called.

If true, the file is opened for reading and writing; otherwise, if false, the file is only opened for reading.

Expand imageProperty Value/Return Value

Expand imageRemarks

Expand imageSee Also