company logo

File :: isOpened - Is file opened

The function checks, whether the referenced file is opened or not.

Return value:  Success ( bool  )

The value is true when the function was executed successfully. Otherwise the value is set to false.

Implementation details

bool File  :: isOpened (  )

The function returns true, when the file has been opened and false otherwise.