 | ResourceManagerSaveTextAsync Method (ResourceFolder, String, String) |
Save text content asynchronously to a file.
Namespace:
Kit
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntaxpublic static UniTask<bool> SaveTextAsync(
ResourceFolder folder,
string file,
string contents
)
Request Example
View SourceParameters
- folder
- Type: KitResourceFolder
The folder where the file should exist. - file
- Type: SystemString
The path and file-name relative to the folder. - contents
- Type: SystemString
The string to save.
Return Value
Type:
UniTaskBooleanWhether the file was successfully saved.
See Also