Interface FreeSpaceProvider

    • Method Detail

      • getBytesFree

        long getBytesFree​(File f)
        Parameters:
        f - a given file
        Returns:
        the number of bytes free on the file system where file f resides. 0 if the file cannot be found.