os.mkdir()

Oleg Broytmann phd at emerald.netskate.ru
Thu Jun 10 04:41:06 EDT 1999


On Wed, 9 Jun 1999, Holger Jannsen wrote:
> os.makeDirs(thePath, aMode)
> AttributeError: makeDirs

os.makedirs(thePath, aMode)
       ^

   Lowercase...

Oleg.
---- 
    Oleg Broytmann        Netskate/Inter.Net.Ru        phd at emerald.netskate.ru
           Programmers don't die, they just GOSUB without RETURN.





More information about the Python-list mailing list