Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


This method indicates whether or not the file is open.

Return Value

A Boolean value indicating whether or not the file is open.

Example

Code Block
languagejavascript
titleClose file, if open
if (myfile.isOpen())
  myfile.close();

RPG Equivalent

%OPEN()

Requirements

This API requires the Profound.js Connector module.