How can I create a folder and give it a specific path to take?

PathToProjectFolder = in_Desktop+“\Reports”
FileYear = “2000”

![errormessage|507x262]
I get this error message
(upload://57jIkKtdQ7NBEM8p7nIyVSjKDwz.png)

I want to create that folder inside Reports folder and give it the name 2000

Thanks I got the answer.
I was supposed to assign WithYearFiles to the full path and create it with a full path
answer

later Create Folder using the full path
PathToProjectFolder + FileYear

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.