Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

Content Freeze

As of July 25th, 2023, there is a content freeze on this page.

This method indicates whether or not the file is open.

Return Value

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

Example

Close file, if open
if (myfile.isOpen())
  myfile.close();

RPG Equivalent

%OPEN()

Requirements

This API requires the Profound.js Connector module.

  • No labels