Interface IFileNode

    • Method Detail

      • getFileName

        java.lang.String getFileName()
        Get the file name.
      • getFilePath

        java.lang.String getFilePath()
        Get the file path.
      • isDirectory

        boolean isDirectory()
        Check if the file is a directory.
      • getFileSize

        long getFileSize()
        Get the file size.