自已可以编写函数按“\”进行截取
public string getName(string path)
{
return path.substring(path.lastindexof("\"),path.length- path.lastindexof('\')-1);
}
newPath = path.Substring(0, path.LastIndexOf('\\'));
split()
MessageBox.Show(System.IO.Path.GetDirectoryName(System.IO.Path.GetDirectoryName(System.IO.Path.GetDirectoryName(@"C:\ABC\Temp\DC\"))));
"..\\"
退两级就用"..\\..\\"