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

Method removeFile

src/shared/directoryentry.cpp:429–432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427}
428
429void DirectoryEntry::removeFile(FileIndex index)
430{
431 removeFileFromList(index);
432}
433
434bool DirectoryEntry::removeFile(const std::wstring& filePath, int* origin)
435{

Callers 2

removeMethod · 0.45
removeDirRecursiveMethod · 0.45

Calls 1

removeMethod · 0.95

Tested by

no test coverage detected