I am trying to put together a script that will move files from one folder into another and give them a unique name once they are moved with a .rtf extension.
objFSO.MoveFile objFile.Path, strDestinationFolder & NewFileName
If I finish the script with the line above to move the files to the destination folder and rename it, how do I rename it with a unique filename each time and make the extension .rtf?
Any advice would be appreciated.
Thank you.
Start Free Trial