'''file mkdir''' ''dir ?dir ...?'' Creates each directory specified. For each pathname ''dir'' specified, this command will create all non-existing parent directories as well as ''dir'' itself. If an existing directory is specified, then no action is taken and no error is returned. Trying to overwrite an existing file with a directory will result in an error. Arguments are processed in the order specified, halting at the first error, if any. ---- See also: * [file] * [file exists] * [file isdirectory] * [file isfile] ---- [Tcl syntax help] - [Category Command]