Click or drag to resize

ResourceManagerSaveText Method (String, String)

Save text content to a file.

Namespace:  Kit
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static bool SaveText(
	string fullPath,
	string contents
)
Request Example View Source

Parameters

fullPath
Type: SystemString
Absolute path to the file.
contents
Type: SystemString
The string to save.

Return Value

Type: Boolean
Whether the file was successfully saved.
See Also