I ian_w Registered User. Local time Today, 07:51 Joined Jun 13, 2006 Messages 64 May 2, 2008 #1 I'm currently writing a file scanning program using the FindFirstFile and related API's to pull file info. How can I get findfirstfile to move through subfolders? is it possible?
I'm currently writing a file scanning program using the FindFirstFile and related API's to pull file info. How can I get findfirstfile to move through subfolders? is it possible?
D DJkarl Registered User. Local time Today, 01:51 Joined Mar 16, 2007 Messages 1,028 May 2, 2008 #2 Yes it's possible, I have something similiar to what you are trying to do. You need to the function to call itself if you want to scan subdirectories.
Yes it's possible, I have something similiar to what you are trying to do. You need to the function to call itself if you want to scan subdirectories.