XBase.IsOpen
Syntax:
Returned value:
True indicates the file is open; False indicates the file is not open.
Description:
Availability:
Example:
If Not xB.IsOpen() Then DoMessageBox("Can't open this file!"); EndIf; |
Syntax:
Returned value:
Description:
Availability:
Example:
If Not xB.IsOpen() Then DoMessageBox("Can't open this file!"); EndIf; |