Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-07 | Changed copyright notices | Roel Spilker | |
2009-07-24 | Added WindowsDriveInfo support for 64-bit JVMs on windows. We think. | Roel Spilker | |
Honestly, we haven't tested it! Also updated instructions on how to build the 64-bit version of the JVM, and generalized some of the loading aspects of the DLL, as we now need to potentially try 2 of them. | |||
2009-07-23 | Rewrote the "find hard disks on windows" to use a dll instead. The reasons: | Roel Spilker | |
A) FSUTIL is internationalized, so on non-english installs, we can't figure out if a disk is fixed. B) I trust this better than fsutil for user control access (a.k.a. popups from hell) on vista. C) fsutil.exe is in C:\windows\system32 so pretty sure it would be there, but there's always a chance it's not in the PATH, or otherwise not accessible. |