in reply to (tye)Re: recursive mkdir
in thread recursive mkdir
Thanks for the suggestion. I hadnt come across that module. Ill have to check it out, Im interested how the module does it.
I used recursion, because it was the only obvious way I could think of doing it. One question. How much slower could the code be when dealing with creating subdirectories? Since realisticly you are not going to create directories of say 100 deep. The script Im using it in seems to work quickly.
THANKS!
zzSPECTREz
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(tye)Re2: recursive mkdir
by tye (Sage) on Jan 08, 2001 at 11:12 UTC |