Folder Path Mismatch

Hi,

i am getting passing the path to assign activity.

I the output it shows correct but when i explore the output it shows extra ‘\’

Please find the attached screenshot for details.

Why is that happening single () to double (\).

Regards,
heena

@heena_shaikh,

That is the normal behaviour of .net. Do you mean the following,

Path.GetFullPath("YourPathString").Replace("\\", "\")
1 Like

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