--- a/eric7/Documentation/Source/eric7.eric7_post_install.html Sat Oct 02 15:35:19 2021 +0200 +++ b/eric7/Documentation/Source/eric7.eric7_post_install.html Sun Oct 03 13:06:20 2021 +0200 @@ -34,6 +34,10 @@ <td>Function to copy the meta data files.</td> </tr> <tr> +<td><a href="#copyMetaFile">copyMetaFile</a></td> +<td>Function to copy a file to its destination.</td> +</tr> +<tr> <td><a href="#copyMetaFilesTree">copyMetaFilesTree</a></td> <td>Function to copy the files of a directory tree.</td> </tr> @@ -99,6 +103,31 @@ <div align="right"><a href="#top">Up</a></div> <hr /> <hr /> +<a NAME="copyMetaFile" ID="copyMetaFile"></a> +<h2>copyMetaFile</h2> +<b>copyMetaFile</b>(<i>srcname, dstpath, dstname</i>) + +<p> + Function to copy a file to its destination. +</p> +<dl> + +<dt><i>srcname</i> (str)</dt> +<dd> +name of the source file +</dd> +<dt><i>dstpath</i> (str)</dt> +<dd> +name of the destination path +</dd> +<dt><i>dstname</i> (str)</dt> +<dd> +name of the destination file (without path) +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> <a NAME="copyMetaFilesTree" ID="copyMetaFilesTree"></a> <h2>copyMetaFilesTree</h2> <b>copyMetaFilesTree</b>(<i>src, dst</i>)