MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / copyFilesTo

Method copyFilesTo

src/profile.cpp:739–742  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

737}
738
739void Profile::copyFilesTo(QString& target) const
740{
741 copyDir(m_Directory.absolutePath(), target, false);
742}
743
744std::vector<std::wstring> Profile::splitDZString(const wchar_t* buffer) const
745{

Callers 1

createPtrFromMethod · 0.80

Calls 1

absolutePathMethod · 0.45

Tested by

no test coverage detected