Hi there, I'm writing a small windows app and i need to perform a few file/directory operations. I need to check if a directory exists, if not then create it. I then need to copy a file to that directory. How would you go about doing that in windows. I'm using VC++ and MFC to code the application. Any help would ...