Next: , Previous: , Up: File Directories   [Index]


7.1.2 make-directory

Create the directory DIR and optionally any nonexistent parent dirs. When called interactively, non-existent parent dirs will automatically be created.

Function: make-directory dir &optional parents
DIR

The DIR to create; if DIR exists, signal an error unless PARENTS is non-nil.

PARENTS

If non-nil, create any non-existent parent directories.