Gocator API > Go2 > Classes > Go2System > Functions > Go2System_DefaultFile
Gocator 1x00 API
Go2System_DefaultFile
Description

Gets the name of the default configuration or template file to be loaded on boot.

C
Go2Status Go2System_DefaultFile(Go2System system, const Go2Char* extension, Go2Char* fileName, Go2UInt32 capacity);
Parameters
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. 
Returns

Operation status.

File

Go2System.h

Copyright (c) 2013 by LMI Technologies Inc. All rights reserved.