C# 获取某个目录的父目录

 System.IO.DirectoryInfo topDir = System.IO.Directory.GetParent(System.Environment.CurrentDirectory);

你可能感兴趣的:(C#)