- create-directory fname #!optional (permission-bits 509)procedure
Creates a directory in the file system. If an object with the same name exists, an exception is signaled.
- fname
- File name
- permission-bits
- file permission bits
Creates a directory in the file system. If an object with the same name exists, an exception is signaled.