how can i find out the # of files in a folder, without using CFileFind to count the # of files there are, or is the only way through the process of counting the # of files
Use FindFirstFile() - FindNextFile() - FindClose() Win API. No direct file counting routines (run your fingers over the strings. Make the function and use it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.