Kit Documentation
Kit Documentation
Kit Reference
Kit.Modding Namespaces
Kit.Modding.Loaders
DirectMod Class
DirectMod Methods
Exists Method
FindFiles Method
GetFullPath Method
ReadBytes Method
ReadBytesAsync Method
ReadText Method
ReadTextAsync Method
DirectMod
ReadTextAsync 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#
Copy
public
override
UniTask
<
string
>
ReadTextAsync
(
string
path
)
Request Example
View Source
Parameters
path
Type:
System
String
Return Value
Type:
UniTask
String
Contents of the file as a
String
.
See Also
Reference
DirectMod Class
Kit.Modding.Loaders Namespace
Send comments on this topic to
agam@frag-games.com