检查驱动器是否为主驱动器

Check whether drive is main drive

我有一个 DriveInfo 对象。 我想看看这个盘是不是Windows盘(我电脑是C:)因为你不能直接进入Windows盘的根目录。

您可以使用 string path = Path.GetPathRoot(Environment.SystemDirectory); 然后检查驱动器名称,例如 C:\D:\,...