Kit Documentation
Kit Documentation
Kit Reference
Kit
ResourceManager Class
ResourceManager Methods
SaveText Method
SaveText Method (String, String)
SaveText Method (ResourceFolder, String, String)
ResourceManager
SaveText Method (String, String)
Save text content to a file.
Namespace:
Kit
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
Copy
public
static
bool
SaveText
(
string
fullPath
,
string
contents
)
Request Example
View Source
Parameters
fullPath
Type:
System
String
Absolute path to the file.
contents
Type:
System
String
The string to save.
Return Value
Type:
Boolean
Whether the file was successfully saved.
See Also
Reference
ResourceManager Class
SaveText Overload
Kit Namespace
Send comments on this topic to
agam@frag-games.com