MCPcopy Create free account
hub / github.com/derceg/explorerplusplus / CutFiles

Function CutFiles

Explorer++/Helper/FileOperations.cpp:468–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

466}
467
468HRESULT CutFiles(const std::list<std::wstring> &FileNameList, IDataObject **pClipboardDataObject)
469{
470 return CopyFilesToClipboard(FileNameList, TRUE, pClipboardDataObject);
471}
472
473HRESULT CopyFilesToClipboard(
474 const std::list<std::wstring> &FileNameList, BOOL bMove, IDataObject **pClipboardDataObject)

Callers 2

OnTreeViewCopyMethod · 0.85
OnListViewCopyMethod · 0.85

Calls 1

CopyFilesToClipboardFunction · 0.85

Tested by

no test coverage detected