gpt4 book ai didi

c# - 在C#中查找没有完整路径的根目录

转载 作者:太空狗 更新时间:2023-10-29 22:37:48 24 4
gpt4 key购买 nike

他们有没有办法在不知道完整路径的情况下找到根目录。

例如,我有 Folder\subfolder 我想找到像 c:\, d:\, e:\ 这样的根目录子文件夹在其中显示

我曾尝试使用 DirectoryInfo("path").Root.NamePath.GetPathRoot(path) 但它不起作用。

最佳答案

您首先需要 full path然后是 root其中:

 string path = ...
string root = Directory.GetDirectoryRoot(Path.GetFullPath(path));

关于c# - 在C#中查找没有完整路径的根目录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18764236/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com