diff --git a/Source/Core/Core/IOS/FS/HostBackend/FS.cpp b/Source/Core/Core/IOS/FS/HostBackend/FS.cpp index 9ee4dc9fd1..4cff7bfb72 100644 --- a/Source/Core/Core/IOS/FS/HostBackend/FS.cpp +++ b/Source/Core/Core/IOS/FS/HostBackend/FS.cpp @@ -103,6 +103,7 @@ bool HostFileSystem::FstEntry::CheckPermission(Uid caller_uid, Gid caller_gid, HostFileSystem::HostFileSystem(const std::string& root_path) : m_root_path{root_path} { + File::CreateFullPath(m_root_path + "/"); ResetFst(); LoadFst(); }