Click or drag to resize
FileExtrasSaveToFile Method

Namespace: ANDREICSLIB.ClassExtras
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static bool SaveToFile(
	string filename,
	string text,
	bool append = false
)

Parameters

filename
Type: SystemString
text
Type: SystemString
append (Optional)
Type: SystemBoolean

Return Value

Type: Boolean
See Also