Kit Documentation
Kit Documentation
Kit Reference
Kit
ResourceManager Class
ResourceManager Methods
SaveTextAsync Method
SaveTextAsync Method (String, String)
SaveTextAsync Method (ResourceFolder, String, String)
ResourceManager
SaveTextAsync Method (String, String)
Save text content asynchronously to a file.
Namespace:
Kit
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
Copy
public
static
UniTask
<
bool
>
SaveTextAsync
(
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:
UniTask
Boolean
Whether the file was successfully saved.
See Also
Reference
ResourceManager Class
SaveTextAsync Overload
Kit Namespace
Send comments on this topic to
agam@frag-games.com