IsOpen - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


FileTools

  

IsOpen

  

query if a filename or description is open

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

IsOpen(file)

Parameters

file

-

filename or descriptor

Description

• 

The IsOpen(file) command searches the internal file table to determine if file refers to an open file.

Examples

FileToolsTextOpentestfile:

FileToolsIsOpentestfile

true

(1)

FileToolsRemovetestfile:

FileToolsIsOpentestfile

false

(2)

See Also

file_types

FileTools

FileTools[Binary][Close]

FileTools[Binary][Open]

FileTools[Remove]

FileTools[Text][Close]

FileTools[Text][Open]

IO_errors