Gets the name of the default configuration or template file to be loaded on boot.
Go2Status Go2System_DefaultFile(Go2System system, const Go2Char* extension, Go2Char* fileName, Go2UInt32 capacity);
|
Parameters |
Description |
|
Go2System system |
Go2System object. |
|
const Go2Char* extension |
The extension of the filetype you wish to check the default of. Most commonly this is "cfg" or "tpl" for Configuration and Template respectively. |
|
Go2Char* fileName |
Receives name of the default file. |
|
Go2UInt32 capacity |
Name buffer capacity. |
Operation status.
Go2System.h