hey,
I dont know why I am having problems doing this but, this is what I need to accomplish.
1. I need to take a file, back it up with a different extenison.
(e.g. Delta.mnu to read Delta.Bak) This Ive been doing all along with a File.Copy. Works just fine.
2. Now I need to add or concatenate the Date and Time to the Delta.Bak file.
I tried using the System.GetTime and System.GetDate. I cant seem to get it to work?
I want to increment the Date and Time each time the file is backed up. Not to overwrite the .Bak file
Is there a function that can be used to Backup a file and add the Date and Time and increment the backup file?
Let me know what I can try?
Thanks
Joe

