Forum Discussion

DSmachineWorld's avatar
DSmachineWorld
Contributor
2 months ago

Overwriting Files with aqFile.WriteToTextFile

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.