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 |
Extension of the possibly loaded file. |
|
Go2UInt32 capacity |
Name buffer capacity. |
|
Go2Bool* changed |
Receives status of whether the file has changes |
|
name |
Receives name of the loaded file. |
Operation status.
Go2System.h