> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Toon Pieton
> Sent: Wednesday, January 10, 2007 2:31 PM
> To: tutor
> Subject: [Tutor] Creating folders
> 
> Hey friendly users!
> 
> My question is pretty simple. How can I create a folder with 
> Python? Trying to make a program which will allow me to save 
> my notes (txt files) quickly and cleanly. Having to create 
> folder manually would really make it a bit obsolete. 
> 
> Thanks in advance!
> 
>

http://docs.python.org/lib/os-file-dir.html

os.mkdir

Mike 
-------------

  NOTICE:  This e-mail transmission and any documents or files attached to
  it contain information for the sole use of the above-identified individual or 
entity.

  Its contents may be privileged, confidential, and exempt from disclosure 
under the law.
  Any dissemination, distribution, or copying of this communication is strictly 
prohibited.

  Please notify the sender immediately if you are not the intended recipient.

FGNS
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to