Hello, Currently I am trying to implement the following:
Create a folders with today’s date
Currently I am doing this with the “Create Directory” and in the path at the end of the path I have the following: +Datetime.today.tostring(“yyyy-MM-dd”)
But then I want to copy a excel sheet from a folder to this newly created folder, but when I try to write the path it can’t seem to recognize it.
Example destination path: “C:\Users\josephine.andrews\Documents\Testing_Creation”+Datetime.today.tostring(“yyyy-MM-dd”)“\Test1.xlsm”
Any recommendations welcome, thank you