FileWriteAsync
Description: the method writes text to the specified file
Syntax: FileWriteAsync(string content, string encoding, string filename)
Return value: no return value
Example:
string text = "my text";
await tester.FileWriteAsync(text, Tester.UTF8, "C:\\Hat\\file.txt");
Created with the Personal Edition of HelpNDoc: Easy to use tool to create HTML Help files and Help web sites