Inherits .Stream
This class is used for:
- Getting information about a file, with the Stat() function.
- Representing a file opened with the OPEN instruction.
- Manipulating file paths, with its static methods.
You cannot create this class directly. You must use the OPEN instruction
or the Stat() subroutine.
This class is not creatable.