Gets the name of the loaded configuration or template file and whether it has been modified since loading
Go2Status Go2System_LoadedFile(Go2System system, const Go2Char* extension, Go2Char* fileName, Go2UInt32 capacity, Go2Bool* changed);
|
Parameters |
Description |
|
Go2System system |
Go2System object. |
|
const Go2Char* extension |
The extension of the file you wish check |
|
Go2UInt32 capacity |
Name buffer capacity. |
|
Go2Bool* changed |
Receives status of whether the file has changes |
|
name |
Receives the root name of the loaded file without the extension. |
Operation status.
Go2System.h