--- a/eric7/Documentation/Source/eric7.Utilities.__init__.html Wed Dec 29 16:53:04 2021 +0100 +++ b/eric7/Documentation/Source/eric7.Utilities.__init__.html Wed Dec 29 16:54:36 2021 +0100 @@ -752,24 +752,25 @@ </p> <dl> -<dt><i>path</i></dt> +<dt><i>path</i> (str)</dt> <dd> root of the tree to check </dd> -<dt><i>filesonly</i></dt> +<dt><i>filesonly</i> (bool)</dt> <dd> flag indicating that only files are wanted </dd> -<dt><i>pattern</i></dt> +<dt><i>pattern</i> (str or list of str)</dt> <dd> -a filename pattern to check against +a filename pattern or list of filename patterns to check + against </dd> -<dt><i>followsymlinks</i></dt> +<dt><i>followsymlinks</i> (bool)</dt> <dd> flag indicating whether symbolic links - should be followed + should be followed </dd> -<dt><i>checkStop</i></dt> +<dt><i>checkStop</i> (function)</dt> <dd> function to be called to check for a stop </dd> @@ -781,6 +782,12 @@ at path. The names are expanded to start with path. </dd> </dl> +<dl> +<dt>Return Type:</dt> +<dd> +list of strs +</dd> +</dl> <div align="right"><a href="#top">Up</a></div> <hr /> <hr />