how to get files in a directory
Batista, Facundo
FBatista at uniFON.com.ar
Wed Sep 29 10:59:31 EDT 2004
More information about the Python-list mailing list
Wed Sep 29 10:59:31 EDT 2004
- Previous message (by thread): IOError: [Errno 32] Broken pipe
- Next message (by thread): how to get files in a directory
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
[Anand K Rayudu]
#- for root,dir,files in os.walk("E:\myDir1\MyDir2"):
#- for i in dir:
#- for j in files:
#- fille = root+i+j
#- print file
#-
Maybe you should be using paths like "E:\\myDir1\\MyDir2".
. Facundo
- Previous message (by thread): IOError: [Errno 32] Broken pipe
- Next message (by thread): how to get files in a directory
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list