May 3, 2001 #1 ravenspawn Technical User Joined May 3, 2001 Messages 13 Location US can't seem to be able to count files in a directory
May 3, 2001 #2 Cagliostro Programmer Joined Sep 13, 2000 Messages 4,226 Location GB why? you can count them using functions GetFirstFile(..) GetNextFile(..). To use them include windows.h John Fill ivfmd@mail.md Upvote 0 Downvote
why? you can count them using functions GetFirstFile(..) GetNextFile(..). To use them include windows.h John Fill ivfmd@mail.md
May 3, 2001 #3 Cagliostro Programmer Joined Sep 13, 2000 Messages 4,226 Location GB why? you can count them using functions FindFirstFile(..) FindNextFile(..). To use them include windows.h John Fill ivfmd@mail.md Upvote 0 Downvote
why? you can count them using functions FindFirstFile(..) FindNextFile(..). To use them include windows.h John Fill ivfmd@mail.md