File Navigation using python

Diez B. Roggisch deets at nospam.web.de
Thu Jan 12 16:07:53 EST 2006


Danielsen Brian (IFR Contractor External) wrote:
> Does anyone know how to do file navigation between drives?  I know how to navigate up and down within a drive (for example the C:\ drive), but I don't know how to change drives.  I'm looking for something like:
> 
> os.chgdrv('d:\')

os.chdir

Diez



More information about the Python-list mailing list