Method StringToFile
StringToFile(string, string, Encoding?)
Saves string to file. If file with such name already exists, it is deleted before saving the string.
public static void StringToFile(string path, string s, Encoding? encoding = null)
Saves string to file. If file with such name already exists, it is deleted before saving the string.
public static void StringToFile(string path, string s, Encoding? encoding = null)