c++ - Programmatic way to find the Windows OS volume? -
i understand not recommended assume drive letter c: reserved os volume. there straightforward way answer question - volume windows os reside on?. volume can drive letter or volume guid or other way volumes identified. note looking os partition not same system partition.
getwindowsdirectory() , break path _splitpath.
edit: changed getsystemdirectory getwindowsdirectory. in practice results should same.
Comments
Post a Comment