Class IOService
Provides utility functions for interacting with the files
Syntax
public static class IOService
Fields
PathSeparator
Declaration
public const string PathSeparator = "/"
Field Value
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
RequestAsyncRead(String, Void*, Int32)
Issues an asynchronous request to read all data from the given filepath or URI
and writes the returned data to the passed in buffer up to 'bufferSize' bytes
Declaration
public static AsyncOp RequestAsyncRead(string path, void *buffer, int bufferSize)
Parameters
Returns