HeidiR Posted July 26, 2008 Posted July 26, 2008 I understand that FileFindFirstFile() will return a handle to the files in a directory and FileFindNextFile() is used to access one file at a time. Is there a way to get the number of files in a directory (that match a search string) before processing all the files one-by-one and counting them? HeidiRFind free applications, code examples and more on my site at:http://heidisdownloads.com/
Andreik Posted July 26, 2008 Posted July 26, 2008 I understand that FileFindFirstFile() will return a handle to the files in a directory and FileFindNextFile() is used to access one file at a time. Is there a way to get the number of files in a directory (that match a search string) before processing all the files one-by-one and counting them?_FileListToArray
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now