Move file - The give path's format is not supported

Please help me to figure it out what is wrong to the path format:
IO.Directory.GetCurrentDirectory+“"+folder_InvoicesToBeProcessed+”\EUR"
image

My intention is to move the file here: C:\Users\cezar\Desktop\Cezar\UiPath - Demos\Process Invoices2\Invoices\EUR
where Process Invoices2 is the main project folder.

@Cardon_Cezar
try combine method like this
Path.Combine(Environment.CurrentDirectory,Process Invoices2,“Invoices”,fileName)

Sorry, I found the mistake!

@ Cardon_Cezar

Hello could you please help me i have the same error while move the file from one folder to another and while moving i am renaming the file as well.