copyitem warning shows incorrect file name
Posted: 19 Mar 2026 16:00
Create a file in
Run
Run the command a second time. The Windows warning is displayed but with the source filename, when it should be warning about the existing file that is about to be overwritten.
(v27.20.1107)
<xyscripts> called source.txt.Run
Code: Select all
copyitem "<xyscripts>\source.txt", "<xyscripts>\copy.txt";copy.txt is created (confirming that I do have the parameters in the correct order).Run the command a second time. The Windows warning is displayed but with the source filename, when it should be warning about the existing file that is about to be overwritten.
(v27.20.1107)