fs: Add FileSystemAccessor classes

This commit is contained in:
FearlessTobi
2024-02-10 18:15:58 +01:00
parent 7af190af17
commit 52f6c6b46c
14 changed files with 554 additions and 130 deletions
+1 -1
View File
@@ -381,7 +381,7 @@ public:
// Check that it's possible for us to remove a child
auto* p = m_write_buffer.Get();
s32 len = std::strlen(p);
s32 len = static_cast<s32>(std::strlen(p));
R_UNLESS(len != 1 || (p[0] != '/' && p[0] != '.'), ResultNotImplemented);
// Handle a trailing separator