MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / SaveGlobalPath

Method SaveGlobalPath

src/Windows/SettingsDialog.cpp:104–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104int SettingsDialog::SaveGlobalPath() {
105 TCHAR TTextBuffer[MAX_PATH];
106 ::GetDlgItemText(m_hwnd, IDC_EDIT_CACHE, TTextBuffer, MAX_PATH);
107
108 m_ftpSettings->SetGlobalCachePath(TTextBuffer);
109
110 return 0;
111}
112
113int SettingsDialog::SaveMasterPassword() {
114 char password[Encryption::KeySize+1];

Callers

nothing calls this directly

Calls 1

SetGlobalCachePathMethod · 0.80

Tested by

no test coverage detected