Solved
Forum Discussion
3 Replies
Sort By
According to the documentation, the True parameter should overwrite existing files.
aqFile.WriteToTextFile(FooFile, Sys.Clipboard, aqFile.ctUTF8, True)
But this is not the case for my keyword test. If I delete the files before, then everything is fine, but it will not overwrite the existing files with the same name.