DEFAULT

English version ›› HatFramework ›› Class: Tester ›› Constants ››
Parent Previous Next

DEFAULT

Description: the constant indicates the encoding type for the file

Syntax: DEFAULT = "DEFAULT"


Example:

string text = await tester.FileReadAsync(Tester.DEFAULT, "C:\\Hat\\file.txt");

await tester.FileWriteAsync(text, Tester.DEFAULT, "C:\\Hat\\file_copy.txt");

Created with the Personal Edition of HelpNDoc: News and information about help authoring tools and software