
October 26th, 2012, 02:49 PM
|
|
Registered User
|
|
Join Date: Oct 2012
Posts: 2
Time spent in forums: 33 m 17 sec
Reputation Power: 0
|
|
Quote: | Originally Posted by b49P23TIvg In this example I use python to create a directory on my file system.
Code:
$ python
Python 2.7.3 (default, Sep 26 2012, 21:51:14)
[GCC 4.7.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> os.mkdir(r'/tmp/delete_this_example_directory')
>>>
|
Thank you, it's greatly appreciated.
|