Click or drag to resize

Utils_FileSaveToFile Method

Sets the text content of a file. Currently the same as System.IO.File.WriteAllText. Uses UTF8 encoding.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static void SaveToFile(
	string path,
	string text
)

Parameters

path
Type: SystemString
text
Type: SystemString
See Also