Next: Manipulating Symlinks, Previous: Manipulating Files, Up: Files [Contents][Index]
Create a new directory called directory-name.
Delete the directory called directory-name. This only succeeds if the directory in question is empty, otherwise an error is signalled.
Returns a list of the names of all items in the directory whose name is directory-name. The names in the list will be relative to the directory directory-name.
(directory-files "/tmp/foo"
⇒ ("bar" "subdir" "xyz" "." "..")