GameFilesToGameFilesPath Method |
Convert path to be under the the game files path (based on GameFilesPath).
Namespace:
GeonBit.Managers
Assembly:
GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string ToGameFilesPath(
string path,
bool createPath = false
)
Parameters
- path
- Type: SystemString
Path to set. - createPath (Optional)
- Type: SystemBoolean
If true, will also create the folders required for path.
Return Value
Type:
StringThe given path under Game files folder.
See Also