diff -r 6ee095b9d3bd -r 9e66fd88193c src/eric7/Documentation/Source/eric7.SystemUtilities.FileSystemUtilities.html --- a/src/eric7/Documentation/Source/eric7.SystemUtilities.FileSystemUtilities.html Thu Dec 22 10:23:28 2022 +0100 +++ b/src/eric7/Documentation/Source/eric7.SystemUtilities.FileSystemUtilities.html Thu Dec 22 19:46:37 2022 +0100 @@ -218,7 +218,7 @@ <hr /> <a NAME="direntries" ID="direntries"></a> <h2>direntries</h2> -<b>direntries</b>(<i>path, filesonly=False, pattern=None, followsymlinks=True, checkStop=None</i>) +<b>direntries</b>(<i>path, filesonly=False, pattern=None, followsymlinks=True, checkStop=None, ignore=None, </i>) <p> Function returning a list of all files and directories. @@ -247,6 +247,10 @@ <dd> function to be called to check for a stop </dd> +<dt><i>ignore</i> (list of str)</dt> +<dd> +list of entries to be ignored +</dd> </dl> <dl> <dt>Return:</dt>