boolean |
Kernel32.GetDiskFreeSpaceEx(java.lang.String lpDirectoryName,
WinNT.LARGE_INTEGER.ByReference lpFreeBytesAvailable,
WinNT.LARGE_INTEGER.ByReference lpTotalNumberOfBytes,
WinNT.LARGE_INTEGER.ByReference lpTotalNumberOfFreeBytes)
The GetDiskFreeSpaceEx function retrieves information about the amount of space that is
available on a disk volume, which is the total amount of space, the total amount of free
space, and the total amount of free space available to the user that is associated with
the calling thread. |