Interface FileFilter

    • Method Detail

      • accept

        boolean accept​(FileSelectInfo fileSelectInfo)
                throws FileSystemException
        Determines if a file or folder should be selected.
        Parameters:
        fileSelectInfo - the file or folder to select.
        Returns:
        true if the file should be selected.
        Throws:
        FileSystemException - Thrown for file system errors (since 2.4.)