<div dir="auto"><div><br><div class="gmail_extra"><br><div class="gmail_quote">On 23 Mar 2017 11:34, "James Richters" <<a href="mailto:james@productionautomation.net">james@productionautomation.net</a>> wrote:<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div lang="EN-US" link="blue" vlink="purple"><div class="m_1681537104353147638WordSection1"><p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif">Thanks for the response, it got me on the right track and I got it working.<u></u><u></u></span></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif"><u></u> </span></p></div></div></blockquote></div></div></div><div dir="auto"><br></div><div dir="auto">Happy to help you! </div><div dir="auto"><br></div><div dir="auto"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div lang="EN-US" link="blue" vlink="purple"><div class="m_1681537104353147638WordSection1"><p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif"><u></u></span></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif">I originally did try “ instead of ‘ and have the same results.  I was using ‘  because of the example here: <a href="http://wiki.freepascal.org/CopyFile" target="_blank">http://wiki.freepascal.org/<wbr>CopyFile</a> <u></u><u></u></span></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif"><u></u> </span></p></div></div></blockquote></div></div></div><div dir="auto"><br></div><div dir="auto">> CopyFile('c:\autoexec.bat','c:\windows\temp\autoexec.bat.backup');<br></div><div dir="auto"><br></div><div dir="auto">' delimiters are mandatory within this example because we are writing paths as string parameters directly into the source code. </div><div dir="auto"><br></div><div dir="auto">I believe that I should use both ' and " in case of spaces within paths:</div><div dir="auto"><br></div><div dir="auto"><span style="font-family:sans-serif">CopyFile('"c:\my silly path\autoexec.bat"','"c:\windows\temp\my silly path\autoexec.bat.backup"');</span><br></div><div dir="auto"><br></div><div dir="auto">or is the CopyFile function smart enough to include delimiters automatically?</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_extra">Best regards, </div><div class="gmail_extra" dir="auto">Sandro Cumerlato </div><div class="gmail_extra" dir="auto"><br></div></div></div>