External notation of pathnames (cf. PARSE-NAMESTRING
and
NAMESTRING
), of course without spaces, [,],{,}:
[ "/" ] | "/" denotes absolute pathnames |
{ name "/" } | each name is a subdirectory |
[ name ["." type ] ] | filename with type (extension) |
Name and type may be STRING
s of any LENGTH
(consisting of printing CHARACTER
s, except "/"
).
[ [drivespec ] : ] | a letter "*" |a |...|z |A |...|Z |
{ name [. type ] \ } | each name is a subdirectory, "\" may be
replaced by "/" |
[ name [. type ] ] | filename with type (extension) |
Name and type may be STRING
s of any LENGTH
(consisting of printing CHARACTER
s, except "/"
,
"\"
, ":"
).
These notes document CLISP version 2.49 | Last modified: 2010-07-07 |