Get root directory name from file name

Niladri.Biswas
Posted by Niladri.Biswas under C# category on | Points: 40 | Views : 1409
string rootPath = Path.GetPathRoot(filename);

Comments or Responses

Login to post response