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 :)
Printable View
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 :)
This example from Vb-World may help you:
http://www.vb-world.net/demos/findfiles/
Use the FindFirstFile and FindNextFile API calls.