MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / OnSelChanged

Method OnSelChanged

cppcryptfs/ui/FolderDialog.cpp:166–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166void CFolderDialog::OnSelChanged(ITEMIDLIST* pIdl)
167{
168 ::SHGetPathFromIDList(pIdl, m_szPath);
169 m_strFinalFolderName = m_szPath;
170 SetStatusText(ShortName(m_strFinalFolderName));
171}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected