Click or drag to resize

GM_SetSettingsFilePath

Sets the path where to look for and store settings files, like the custom_datums.txt file and files for custom types and symbols. By default the path of the GlobalMapperInterface.dll file will be used, but to comply with Windows standards for not storing things in the Program Files folder you should probably call this to set the path to something that can be written to, like the Application Data folder for your application.

Syntax
GM_DLL_EXPORTED GM_Error_t32 __stdcall GM_SetSettingsFilePath
(
const char* aPathName   // full path in which to look for and store settings files
)