make-parent-directories ( filename -- filename )


Vocabulary
io.directories

Inputs
filenamea pathname string


Outputs
filenamea pathname string


Word description
Creates all parent directories of the path which do not yet exist.

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

Definition