ComputerInfo.OsSystemDrive Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Letter of the disk drive on which the operating system resides
public:
property System::String ^ OsSystemDrive { System::String ^ get(); };
public:
property Platform::String ^ OsSystemDrive { Platform::String ^ get(); };
public string OsSystemDrive { get; }
member this.OsSystemDrive : string
Public ReadOnly Property OsSystemDrive As String