Hello All,I have a string containing the file path as \\sreekarm\dir1\..\dir2\..\dir3\ .Now I need an efficient C# code which converts the above fileshare to \\sreekarm\dir3 .I mean it has remove " .. " and navigate to the earlier directory.Best regardsSreekar M