Seems like this should be fairly straight forward, but I have a dynamic file excel file, that I need to be moved to a different drive location.
Example:
Path A: working directory = C:\Filename_1234.xlsx
Path B: Safe File Location = D:\ (Same file name from previous directory)
I tried to use an Filename_*.xlsx so I will get everything from this working directory, but getting error |Move File: Illegal characters in path."
What am I doing wrong, as this seems super simple to me in my mind.