Versions Compared

Key

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

...

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

RPG Equivalent

%OPEN()

Requirements

This API requires the Profound.js Connector module.