NEVERMIND !  Here is the solution...

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

thanks

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to