I've done a search and couldn't come up with an answer so I'm not sure if this can be done or not.
I have to copy a database (.mdb) from a server directory to a local harddrive.
I'm using the CopyFile command from Scripting.FileSystemObject to copy the database and this works fine. No problems.
Now I'm told the creation date of the destination database has to be the same as the source. In using the above the creation date for the destination is always the current date.
I can extract the creation date from the source with .DateCreated but is there a way to replace the destination date created?
Any assistance would be appreciated.
I have to copy a database (.mdb) from a server directory to a local harddrive.
I'm using the CopyFile command from Scripting.FileSystemObject to copy the database and this works fine. No problems.
Now I'm told the creation date of the destination database has to be the same as the source. In using the above the creation date for the destination is always the current date.
I can extract the creation date from the source with .DateCreated but is there a way to replace the destination date created?
Any assistance would be appreciated.