Hi Louis,
I am guessing that you are working with a JScript, C#Script
or C++Script project. In this case, you need to double slashes in text
constants:
aqFileSystem.DeleteFile("G:\\MyDir\\MyFile.ext")
By the way, is there any way I can extend the "operations" toolbox with my own custom standard operations such as filesystem (delete, copy, move), windows services (starting, pausing, stopping etc...) |
You can create a script extension that will contain any number
of custom operations. Please find more information in the
[url=
http://www.automatedqa.com/support/viewarticle/12017/]Creating Keyword
Test Operations[/url] help topic.