Class IOService
Provides utility functions for interating with the files
Namespace: Unity.Tiny.IO
Syntax
public static class IOService
Fields
PathSeparator
Declaration
public const string PathSeparator = "/"
Field Value
| Type | Description |
|---|---|
| String |
Methods
RequestAsyncRead(String)
Issues an asynchronous request to read all data from the given filepath or URI.
Declaration
public static AsyncOp RequestAsyncRead(string path)
Parameters
| Type | Name | Description |
|---|---|---|
| String | path |
Returns
| Type | Description |
|---|---|
| AsyncOp |