Guest_imported
New member
- Jan 1, 1970
- 0
Just wondering if anyone can help. I'm still having problems with my directory traversal code.
I have a directory name e.g. C:/3rdContact/scripts
Within this directory i have subdirectories & files of all types. I want to zone in on files of type ".py".
e.g
C:/3rdContact/scripts/system/Campaign/viewAll.py
:
C:/3rdContact/scripts/excel.bat
:
C:/3rdContact/scripts/lisitng/Campaign/add.py
C:/3rdContact/scripts/lisitng/Campaign/view.py
:
:
C:/3rdContact/scripts/lisitng/Leisure/update.py
I basically want to read to the end of the directories and execute files of type .py.
Any help would be greatly appreciated,
Efa
I have a directory name e.g. C:/3rdContact/scripts
Within this directory i have subdirectories & files of all types. I want to zone in on files of type ".py".
e.g
C:/3rdContact/scripts/system/Campaign/viewAll.py
:
C:/3rdContact/scripts/excel.bat
:
C:/3rdContact/scripts/lisitng/Campaign/add.py
C:/3rdContact/scripts/lisitng/Campaign/view.py
:
:
C:/3rdContact/scripts/lisitng/Leisure/update.py
I basically want to read to the end of the directories and execute files of type .py.
Any help would be greatly appreciated,
Efa