Re: Programming a folder browser
Sorry for the double post, but this just came to my mind. As far as finding actual files and subdirectories, you will probably end up needing to use... FindFirstFile() and FindNextFile(). That is unless you are just hardcoding a few paths in or something, just thought I'd share that.
|