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

Function CopyFiles

Explorer++/Helper/FileOperations.cpp:463–466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

461}
462
463HRESULT CopyFiles(const std::list<std::wstring> &FileNameList, IDataObject **pClipboardDataObject)
464{
465 return CopyFilesToClipboard(FileNameList, FALSE, pClipboardDataObject);
466}
467
468HRESULT CutFiles(const std::list<std::wstring> &FileNameList, IDataObject **pClipboardDataObject)
469{

Callers 3

OnTreeViewCopyMethod · 0.85
OnListViewCopyMethod · 0.85
CopyFilesToFolderMethod · 0.85

Calls 1

CopyFilesToClipboardFunction · 0.85

Tested by

no test coverage detected