write()

Dale Strickland-Clark dale at riverhall.nospam.co.uk
Thu Jul 27 13:02:19 EDT 2006


manuhack wrote:

> Then is there any way to create a directory under XP using Python?

import os
os.mkdir("C:\\myosisbroken")

-- 
Dale Strickland-Clark
Riverhall Systems www.riverhall.co.uk




More information about the Python-list mailing list