SaveFileText abstract method
Save text data to file (write), returns true on success
Implementation
bool SaveFileText(
String fileName,
String text,
);
Save text data to file (write), returns true on success
bool SaveFileText(
String fileName,
String text,
);