make-directory ( path -- )
Factor handbook » Input and output » Directory manipulation » Creating directories

Next:make-directories ( path -- )


Vocabulary
io.directories

Inputs
patha pathname string


Outputs
None

Word description
Creates a directory.

Errors
Throws an error if the directory could not be created.

Definition


Methods