List of utility methods to do Is Windows
boolean | isWindowsInstall() is Windows Install File genPlayExe = new File("GenPlay.exe"); return isWindowsOS() && genPlayExe.exists(); |
boolean | isWinFileSystem() Determines if Windows file system is in use. return SYSTEM_SEPARATOR == WINDOWS_SEPARATOR;
|