OS.MKDIR( ) Overwriting previous folder created...

Ernesto erniedude at gmail.com
Thu Feb 2 17:02:12 EST 2006


NEVERMIND !  Here is the solution...

# ----------------------------------------------------------------
if (os.path.isdir("C:\\MyNewFolder") == 0):
	os.mkdir("C:\\MyNewFolder")
# -----------------------------------------------------------------

thanks




More information about the Python-list mailing list