download_mkdir dirname
Defined in tcl/download-defs.tclEnsures that $dirname exists. Won't cause an error if the directory is already there. Better than the stardard mkdir because it will make all the directories leading up to $dirname Parameters: dirname
Ensures that $dirname exists. Won't cause an error if the directory is already there. Better than the stardard mkdir because it will make all the directories leading up to $dirname