Copying a file should be a fairly simple task. As an example, I have a file Template.mdb and I want to copy and rename the file to Production.mdb. I have found the CFile class giving the ability to Rename and Remove a file but I have not seen any method to copy a file.
I know of several ways to do this in
VB using
Name file1 As file2 or using the File System Objects.
Any help would be greatly appreciated.
Larry Asher