A "file name" is a
String. Example:
"C:\\MyDir\\MyFile.q"
. A "full file name" is a
String
that begins with a device letter and colon, e.g.
C:
. A "relative file name" is a
String
that does not begin with a device letter and colon. Relative file names that
begin with
~
are completed to full file names by erasing
~
and prefixing the "Quantum directory". Relative file names that do not begin
with
~
are completed to full file names by prefixing the "current directory". |