Making dir's

I V wrongbad at gmail.com
Sun Jan 22 22:33:20 EST 2006


Klaus Alexander Seistrup wrote:
> Or os.makedirs():

Although that may or may not do what the OP wants. I was assuming she
was trying to produce a directory structure like:

/dir/C/
/dir/ASM/
/dir/Python/

os.makedirs() produces a directory hierarchy, like:

/dir/C/ASM/Python/




More information about the Python-list mailing list