Title Description
FileExists 

Returns true if the file exists.

if...
FileInPackageExists 

Returns true if the file in package exists.

if...
GetAbsolutePath 

Returns the absolute path of fileName. Example:

string str =...
GetExternalStorageDirectory 

Returns the full path to the directory where the game should store files that can be shared among...

GetGlobalExternalStorageDirectory 

Returns the full path to the directory where the game should store files such as player...

GetResourceDirectory 

Returns the full path to the directory where the game is getting its resources from (with a slash...

GetStringFromFile 

Returns the entire content from a file as a string.

If it fails, an empty string is...

GetStringFromFileInPackage 

Returns the entire content from a file as a string. This function looks for the file in the game...

SaveStringToFile 

Saves str content to a file. If the file already exists it will be...