Create Directory doesnt work

elifkaraoglu

New Member
I give properly path name but i get this error: The given path's format is not supported.
‪C:\Capex\Wait\ is alteady exist. I just want to add new folder inside.

I try to create this path: ‪C:\Capex\Wait\17012020_155409

I also tried code stage : Directory.CreateDirectory(dirPath);

What is the problem my path name?

View attachment dir.JPG
 

Manikanta

Member
I give properly path name but i get this error: The given path's format is not supported.
‪C:\Capex\Wait\ is alteady exist. I just want to add new folder inside.

I try to create this path: ‪C:\Capex\Wait\17012020_155409

I also tried code stage : Directory.CreateDirectory(dirPath);

What is the problem my path name?

View attachment 5089

Hi @elifkaraoglu
Then Create a decision stage before selecting name,
and specify if it already found the same name then make it replace file with same name.
 
Top