connect windows share
FunAt Work
karamheenkuriyaar at gmail.com
Thu Jun 23 01:45:40 EDT 2011
More information about the Python-list mailing list
Thu Jun 23 01:45:40 EDT 2011
- Previous message (by thread): connect windows share
- Next message (by thread): python 3 constant
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On my cygwin system I just do the following for my network drive 'q'
import commands
print commands.getoutput('ls /cygdrive/q')
Run it as - python fileList.py
Here is the output:
DataTables
Functions
Object_Repositories
Recovery_Scenarios
Scripts
- Previous message (by thread): connect windows share
- Next message (by thread): python 3 constant
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list