Relative path to absolute path in C#?

string exactPath = Path.GetFullPath(yourRelativePath);

works

Leave a Comment