Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1959
bool FileSystem::DeleteDirectory(const char* path)
1960
{
1961
const std::wstring wpath = GetWin32Path(path);
1962
return RemoveDirectoryW(wpath.c_str());
1963
}
1964
1965
std::string FileSystem::GetProgramPath()
1966
{
Callers
nothing calls this directly
Calls
2
stat
Class · 0.70
c_str
Method · 0.45
Tested by
no test coverage detected