Added MappingFileSystemAdapter and adjusted some more stuff in the VFS module.

This commit is contained in:
2025-03-02 18:41:04 +01:00
parent 8f2cee4968
commit 6407c5ca09
6 changed files with 248 additions and 36 deletions

View File

@@ -30,13 +30,6 @@ namespace mijin
// public functions
//
std::vector<fs::path> OSFileSystemAdapter::getRoots()
{
return {
"/" // TODO: other OSs
};
}
fs::path OSFileSystemAdapter::getHomeFolder()
{
return getKnownFolder(KnownFolder::USER_HOME);