2
Answers

Removing "..\..\" from directory string.

Photo of graphicsware

graphicsware

21y
1.9k
1
Hello, I have this directory string like @"C:\Projects\Test\bin\..\Media" How can I convert it to a normal directory, which string is C:\Projects\Test\Media as it should be?

Answers (2)