SaveGame.Exists
Description
Checks if the specified identifier exists or not.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| identifier | string | The identifier to check. | required |
| path | SaveGamePath | The path to check for exists | optional |
Returns
Returns true if the specified identifier exists, otherwise returns false.
Examples
Simple Checking
bool exists = SaveGame.Exists ( "simple.txt" );