Method | Description | |
---|---|---|
DeleteFile ( string path ) : void | ||
ReadBytesFromStreamAssets ( string file ) : byte[] | ||
ReadTextFileFromExternal ( string path, ZipDelegate zip = null ) : string | ||
ReadTextFileFromResources ( string path, ZipDelegate zip = null ) : string | ||
ReadTextFileFromStreamAssets ( string path, ZipDelegate zip = null ) : string | ||
ReadTextFileFromURL ( string url, ZipDelegate zip = null ) : string | ||
WriteToFile ( string path, string text, ZipDelegate zip = null ) : void |
Method | Description | |
---|---|---|
ReadStringFromPath ( string path ) : string |
public static DeleteFile ( string path ) : void | ||
path | string | |
return | void |
public static ReadBytesFromStreamAssets ( string file ) : byte[] | ||
file | string | |
return | byte[] |
public static ReadTextFileFromExternal ( string path, ZipDelegate zip = null ) : string | ||
path | string | |
zip | ZipDelegate | |
return | string |
public static ReadTextFileFromResources ( string path, ZipDelegate zip = null ) : string | ||
path | string | |
zip | ZipDelegate | |
return | string |
public static ReadTextFileFromStreamAssets ( string path, ZipDelegate zip = null ) : string | ||
path | string | |
zip | ZipDelegate | |
return | string |
public static ReadTextFileFromURL ( string url, ZipDelegate zip = null ) : string | ||
url | string | |
zip | ZipDelegate | |
return | string |
public static WriteToFile ( string path, string text, ZipDelegate zip = null ) : void | ||
path | string | |
text | string | |
zip | ZipDelegate | |
return | void |