Interface FileInfo

    • Method Detail

      • getType

        FileInfo.Type getType()
        Returns the type of this file.
      • getSize

        long getSize()
        Returns the size of this file, in bytes. Returns 0 when this file is not a regular file.
      • getLastModifiedTime

        long getLastModifiedTime()
        Returns the last modification time of this file, in ms since epoch. Returns 0 when this file does not exist.