NameSystemDriveWin - ViiSE/papka GitHub Wiki
NameSystemDriveWin
NameSystemDriveWin - implementation for name of Windows system drive.
Constructors
No constructors.
Example
Name sysDrive = new NameSystemDriveWin();
System.out.println("Full: " + sysDrive.fullName());
System.out.println("Short: " + sysDrive.shortName());
Output:
Full: C:
Short: C:
Links
Name - implementable interface.