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 (ResourceFolder, 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
(
ResourceFolder
folder
,
string
file
,
string
contents
)
Request Example
View Source
Parameters
folder
Type:
Kit
ResourceFolder
The folder where the file should exist.
file
Type:
System
String
The path and file-name relative to the
folder
.
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