PDA

Click to See Complete Forum and Search --> : Searching a certain file type with API


il_a_ri
Nov 11th, 2000, 03:13 PM
Hi,
is there any API that could help me find any type of file
by scanning a drive and then a could use the results and print them in a flexgrid.

Thanks in advance for any help :)

Nov 11th, 2000, 03:36 PM
This example from Vb-World may help you:

http://www.vb-world.net/demos/findfiles/

Nov 12th, 2000, 10:28 AM
Use the FindFirstFile and FindNextFile API calls.