Esempio n. 1
0
 public MountPoint(string mountPath)
 {
     MountPath  = mountPath;
     VolumePath = NativeWin32.GetVolumeGuidPath(MountPath);
 }