Interface FileSelector

    • Method Detail

      • includeFile

        boolean includeFile​(FileSelectInfo fileInfo)
                     throws java.lang.Exception
        Determines if a file or folder should be selected. This method is called in depthwise order (that is, it is called for the children of a folder before it is called for the folder itself).
        Parameters:
        fileInfo - the file or folder to select.
        Returns:
        true if the file should be selected.
        Throws:
        java.lang.Exception - if an error occurs.