ReadFile reads a text file from internal or external file storage.
Example - Example
function OnStart()
{
txt = app.ReadFile( "/Sys/Html/Page.htm" );
app.ShowPopup( txt );
}
string - path to file or folder ( "/absolute/..." or "relative/..." )
string - "utf"