Board index » cppbuilder » Search for files in directories

Search for files in directories

Hello,

does there exist any functionality like the "search"-function in Windows ?
I must search for files on different PCs with different file-structures and
analyze them.

Or can I take the search results of the "search"-function in Windows to
analyze them ?

Thank you !

 

Re:Search for files in directories


Quote
"Markus Pelloth" <i...@pelloth.de> wrote in message

news:3ee602f3@newsgroups.borland.com...

Quote
> does there exist any functionality like the "search"-function in Windows ?

You have to manage it manually.  Have a look at the FindFirst(), FindNext(),
and FindClose() functions.

Gambit

Other Threads