copy-file | (copy-file source destination) | Use copy-text-file for copy-file. |
directory-exists? | directory-exists? | Returns whether a directory exist. |
directory-list | (directory-list path) | Return a directory list of path
|
fake-startup-parameters | (fake-startup-parameters source-file startup-dir) | Fake the contextual startup parameters to a specific source file name and a specific startup directory. |
laml-canonical-command-line | (laml-canonical-command-line) | Return the contextual command line information passed to LAML upon activation. |
mail | (mail receiver title contents . temp-dir) | Mail sending support: Send an email to a receiver with title and contents. |
make-directory-in-directory | (make-directory-in-directory in-directory-path new-dir) | Make a new directory, new-dir, in the directory path (first parameter). |
sort-list | (sort-list list com) | Sort list by means of the comparison function com
|