Click or drag to resize

ZipModReadTextAsync Method

Read the contents of a file asynchronously in text-mode.

Namespace:  Kit.Modding.Loaders
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public override UniTask<string> ReadTextAsync(
	string path
)
Request Example View Source

Parameters

path
Type: SystemString

Return Value

Type: UniTaskString
Contents of the file as a String.
See Also