Click or drag to resize

ResourceManagerSaveTextAsync Method (ResourceFolder, String, String)

Save text content asynchronously to a file.

Namespace:  Kit
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static UniTask<bool> SaveTextAsync(
	ResourceFolder folder,
	string file,
	string contents
)
Request Example View Source

Parameters

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: UniTaskBoolean
Whether the file was successfully saved.
See Also