
HOWTO: Deal with Files -- Move, Copy, Delete
Look at the CFile class. Use the GetStatus() function to check for
existence. Use series of Read()/Write() functions to copy a file. Use the
Remove() function to remove a file.
Quote:
> This seems so stupidly simple. Course I'm fairly new at this. Why can't I
> find sample code on how to do this. I need to know how to do the
following:
> Test if a file is in a particular folder.
> Move the file to a different folder.
> Delete the file from the orginal folder.
> Thanks in Advance!!
> --
> HowlingMan