how can i know - how many directories, and sub directories i have on my hard disk or cdrom ?
Printable View
how can i know - how many directories, and sub directories i have on my hard disk or cdrom ?
You can find that out by using the FindFIrstFile & FindNextFile API functions (using recursion). I will look for the code and will post it.