--- a/eric6/Documentation/Source/eric6.UI.FindFileDialog.html Sun Jan 17 16:24:59 2021 +0100 +++ b/eric6/Documentation/Source/eric6.UI.FindFileDialog.html Sun Jan 17 16:25:40 2021 +0100 @@ -286,27 +286,41 @@ </p> <a NAME="FindFileDialog.__getFileList" ID="FindFileDialog.__getFileList"></a> <h4>FindFileDialog.__getFileList</h4> -<b>__getFileList</b>(<i>path, filterRe</i>) +<b>__getFileList</b>(<i>path, filterRe, excludeHiddenDirs=False, excludeHiddenFiles=False</i>) <p> Private method to get a list of files to search. </p> <dl> -<dt><i>path</i></dt> +<dt><i>path</i> (str)</dt> <dd> -the root directory to search in (string) +the root directory to search in </dd> -<dt><i>filterRe</i></dt> +<dt><i>filterRe</i> (regexp object)</dt> <dd> regular expression defining the filter - criteria (regexp object) + criteria +</dd> +<dt><i>excludeHiddenDirs</i> (bool)</dt> +<dd> +flag indicating to exclude hidden directories +</dd> +<dt><i>excludeHiddenFiles</i> (bool)</dt> +<dd> +flag indicating to exclude hidden files </dd> </dl> <dl> <dt>Return:</dt> <dd> -list of files to be processed (list of strings) +list of files to be processed +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +list of str </dd> </dl> <a NAME="FindFileDialog.__openFile" ID="FindFileDialog.__openFile"></a>