Re: Creating directories

2008-09-05 Thread david wright
--- On Fri, 9/5/08, srinivasan srinivas <[EMAIL PROTECTED]> wrote: > From: srinivasan srinivas <[EMAIL PROTECTED]> > Subject: Creating directories > To: python-list@python.org > Date: Friday, September 5, 2008, 1:44 AM > Can someone tell me is there any module availa

Creating directories

2008-09-04 Thread srinivasan srinivas
Can someone tell me is there any module available to create directories?? I tried os, tempfile. I was facing some issues with os.mkdir(). The mode setting was not proper with this method. I created the directory 'stdin' with '0700' mode using os.mkdir() method. $> ls -alR stdin/ stdin/: total 12