jonathanfrascella
Programmer
I need to be able to search through x number of folders and sub-folders, searching for a particular string within a filename (not interested in the content of the file at all) and I wondered if anyone's got any examples they can point my way?
The project uses descriptive filenames with product codes in them, so for example "frozen peas FP324.xls". It's probably worth noting that the titles will most likely have spaces in them to separate words, so I'll need to replace spaces with "%20" when coding the link to the files, but I'm ok with that.
Any suggestions?
The project uses descriptive filenames with product codes in them, so for example "frozen peas FP324.xls". It's probably worth noting that the titles will most likely have spaces in them to separate words, so I'll need to replace spaces with "%20" when coding the link to the files, but I'm ok with that.
Any suggestions?