File class provides services which are common
to all Rexx-supported filesystems.
A File object represents a path to a file or directory.
The path can be relative or absolute.
File object with a relative path,
the absolute path will be calculated using the current default directory.
This absolute path is memorized on the File object,
and will not change if you change the default directory.
| Object | ||
| Methods inherited from the Object class | ||
| Class (Metaclass) | ||
| Methods inherited from the Class class | ||
| + Orderable (Mixin Class) | ||
Methods inherited from the Orderable class
| ||
| + Comparable (Mixin Class) | ||
| Methods inherited from the Comparable class | ||
| File | ||