Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
739
void Profile::copyFilesTo(QString& target) const
740
{
741
copyDir(m_Directory.absolutePath(), target, false);
742
}
743
744
std::vector<std::wstring> Profile::splitDZString(const wchar_t* buffer) const
745
{
Callers
1
createPtrFrom
Method · 0.80
Calls
1
absolutePath
Method · 0.45
Tested by
no test coverage detected