File.this

Constructor taking the name of the file to open and the open mode.

Copying one File object to another results in the two File objects referring to the same underlying file.

The destructor automatically closes the file as soon as no File object refers to it anymore.

Parameters

name R1

range or string representing the file name

Throws

ErrnoException if the file could not be opened.

Meta