How to create a Folder in Python

Hi,

I want to know how to create a folder in python....Kindly give some sample of code....or systax to create the folder

Regards

Bala

See: http://www.python.org/doc/current/lib/os-file-dir.html

Example:
os.path.mkdir('folder')

Remy

ยทยทยท

On Friday 30 April 2004 11:07, bala wrote:

Hi,
    I want to know how to create a folder in python....Kindly give
some sample of code....or systax to create the folder

Regards
Bala