*hyperdoc-base-uri* | |
---|---|
*stream-buffer-size* |
component-present-p | Helper function for DIRECTORY-PATHNAME-P which checks whether VALUE is neither NIL nor the keywor... |
---|---|
copy-stream | Copies into TO (a stream) from FROM (also a stream) until the end of FROM is reached, in blocks o... |
delete-directory-and-files | Recursively deletes all files and directories within the directory designated by the non-wild pat... |
directory-exists-p | Checks whether the file named by the pathname designator PATHSPEC exists and if it is a directory... |
directory-pathname-p | Returns NIL if PATHSPEC (a pathname designator) does not designate a directory, PATHSPEC otherwis... |
directory-wildcard | Returns a wild pathname designator that designates all files within the directory named by the no... |
file-exists-p | Checks whether the file named by the pathname designator PATHSPEC exists and returns its truename... |
hyperdoc-lookup | |
list-directory | Returns a fresh list of pathnames corresponding to the truenames of all files within the director... |
pathname-as-directory | Converts the non-wild pathname designator PATHSPEC to directory form. |
pathname-as-file | Converts the non-wild pathname designator PATHSPEC to file form. |
walk-directory | Recursively applies the function FN to all files within the directory named by the non-wild pathn... |