Gets or sets INI file name to read/write settings. If INI file name is either full path name or containing relative reference of folder name, INI file will be created and read in such location. Otherwise, INI file will be created in Windows OS system folder. For this reason, it is highly recommended using with folder name. If current directory is the location, add “./” at the beginning.
Either “/” (slash) or “\” (back slash) can be used for separator of folder name.
構文
|
CString GetIniFileName()
void SetIniFileName(LPCTSTR)
|
戻り値
使用例
|
.IniFileName = “./Savoy.ini”
|
|
m_ctrl.SetIniFileName(“./Savoy.ini”);
|
特記事項
Persistent property.
参照
|