BBjOpenFileInfo::isReadOnly
Description
In BBj 6.0 and higher, this BBjOpenFileInfo method returns whether a given file is opened in read-only mode.
Syntax
Return Value |
Method |
---|---|
boolean |
isReadOnly() |
Parameters
None.
Return Values
0 = The file is opened in read/write mode.
1 = The file is opened in read-only mode.
Remarks
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.