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

Method GetInitialDir

src/FTPProfile.cpp:398–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396}
397
398const char* FTPProfile::GetInitialDir() const {
399 return m_initialDir;
400}
401
402int FTPProfile::SetInitialDir(const char * dir) {
403 SU::free(m_initialDir);

Callers 2

GetRootObjectMethod · 0.80
OnSelectProfileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected