I would like to write some code that can compile lists of files in directories. Using the CFileFind class, I've been successful at getting the filenames. The problem is (and this may sound silly) that I don't know how to set the working directory for the CFileFind operation. The only way I have been able to do this is by setting the ENTIRE project's working directory. What is the command used to change the working directory during program execution?

Thanks,
Randy