MCPcopy Create free account
hub / github.com/ChiyukiGana/Quickinput / exec

Method exec

source/src/scriptinterpreter.cpp:1351–1354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1349 {
1350 const auto dir = Path::RemoveFile(src);
1351 des_path = Path::Append(dir, des);
1352 }
1353 return static_cast<bool>(MoveFileW(src.c_str(), (des_path.empty() ? des : des_path).c_str()));
1354 }
1355};
1356struct QiFunc_dir_remove : public QiFunc
1357{

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected