Python Doc Error: os.makedirs

the_crazy88 python at gentoolinux.demon.nl
Wed Oct 19 15:07:32 EDT 2005


if not os.path.isdir("your_dir_name"):
  makedirs("your_dir_name")




More information about the Python-list mailing list