| 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... |
| file-exists-p | Checks whether the file named by the pathname designator PATHSPEC exists and returns its truename... |
| 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... |