2
Answers

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

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)