MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / DeleteDirectory

Method DeleteDirectory

common/FileSystem.cpp:1959–1963  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1957}
1958
1959bool FileSystem::DeleteDirectory(const char* path)
1960{
1961 const std::wstring wpath = GetWin32Path(path);
1962 return RemoveDirectoryW(wpath.c_str());
1963}
1964
1965std::string FileSystem::GetProgramPath()
1966{

Callers

nothing calls this directly

Calls 2

statClass · 0.70
c_strMethod · 0.45

Tested by

no test coverage detected