| View previous topic :: View next topic |
| Author |
Message |
bob3150
Joined: 03 May 2005 Posts: 44
|
Posted: Sun Apr 09, 2006 10:12 am Post subject: Search all files with specific extension on harddisk |
|
|
| How I can search for all files with an specific extension on the whole harddisk that I can do an operation with each file? |
|
| Back to top |
|
 |
PhiLho
Joined: 27 Dec 2005 Posts: 6836 Location: France (near Paris)
|
Posted: Sun Apr 09, 2006 10:59 am Post subject: |
|
|
Check the manual for Loop, FilePattern. There is an option for recursive folder walking. _________________
vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2") |
|
| Back to top |
|
 |
bob3150
Joined: 03 May 2005 Posts: 44
|
Posted: Sun Apr 09, 2006 11:16 am Post subject: |
|
|
| Thank you for your quick answer - this was exactly what I was searching for. |
|
| Back to top |
|
 |
|