June 2002
Beginner
759 pages
80h 42m
English
mkpath
mkpath (path,bool,perm)
Creates a directory path and returns a list of all directories created. Takes the following arguments:
pathName of the path or reference to a list of paths to create.
boolBoolean. If true, mkpath prints the name of each
directory as it is created. Default is false.
permNumeric mode indicating the permissions to use when
creating the directories. Default is 0777.