Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
DriveInfo オブジェクトを取得しました。Windowsドライブのルートディレクトリにアクセスできないため、ドライブがWindowsドライブ(私のPCではC:)であるかどうかを調べたいです。
またはstring path = Path.GetPathRoot(Environment.SystemDirectory);のように、ドライブ名を再確認するよりも使用できます。C:\D:\
string path = Path.GetPathRoot(Environment.SystemDirectory);
C:\
D:\