<div dir="auto">The second part yes</div><br><div class="gmail_quote"><div dir="ltr">Le dim. 23 sept. 2018 16:02, Hans Lehmann <<a href="mailto:hans@gambas-buch.de">hans@gambas-buch.de</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello Fabien,<br>
<br>
thank you very much for the short explanation - fits.<br>
The function chain 'MOVE OldName KILL NewName' obviously replaces the <br>
following source code:<br>
<br>
If Not (Exist(sDestinationPath & sFileName)) Then<br>
    Try Copy sSourcePath &/ sFileName To sDestinationPath &/ sFileName<br>
Else<br>
    Kill sDestinationPath &/ sFileName<br>
    Try Copy sSourcePath &/ sFileName To sDestinationPath &/ sFileName<br>
    If Error Then<br>
       Message.Error("Error! " & Error.Text)<br>
       Return<br>
    Endif<br>
Endif<br>
<br>
Is this correct?<br>
<br>
Yours sincerely<br>
<br>
Hans<br>
<br>
----[ Gambas mailing-list is hosted by <a href="https://www.hostsharing.net" rel="noreferrer noreferrer" target="_blank">https://www.hostsharing.net</a> ]----<br>
</blockquote></div>