[Tutor] Creating folders

Mike Hansen Mike.Hansen at atmel.com
Wed Jan 10 22:55:28 CET 2007


 

> -----Original Message-----
> From: tutor-bounces at python.org 
> [mailto:tutor-bounces at python.org] 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 
-------------- next part --------------
-------------

  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


More information about the Tutor mailing list