GetFileURL(string filename)
Returns a string containing the full path to the specified file. The file must exist in the same directory as the game. This can be used to access a game’s resources such as sounds and pictures, and pass their URLs to the player UI.
NOTE: This a hard-coded function.