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

Method QueueChmodFile

src/QueueOperation.cpp:773–778  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

771//////////////////////////////////////
772
773QueueChmodFile::QueueChmodFile(HWND hNotify, const char * filePath, const char * newMode, int notifyCode, void * notifyData) :
774 QueueOperation(QueueTypeFileChmod, hNotify, notifyCode, notifyData)
775{
776 m_filePath = SU::strdup(filePath);
777 m_newMode = SU::strdup(newMode);
778}
779
780QueueChmodFile::~QueueChmodFile() {
781 SU::free(m_filePath);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected