Thomas Bellman wrote:
> try:
> os.makedirs("/tmp/trh/spam/norwegian/blue/parrot/cheese")
> except os.error, e:
> if e.errno != errno.EEXIST:
> raiseThis is what i want. Thanks. (the doc needs quite some improvement...) Xah [EMAIL PROTECTED] ∑ http://xahlee.org/ -- http://mail.python.org/mailman/listinfo/python-list
