mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2025-02-09 13:14:46 +01:00
Fix bug in FileSystemServiceObjectAdapter.DoCreateDirectory
This commit is contained in:
parent
76e5a20e1d
commit
8df2007b1a
@ -44,7 +44,7 @@ namespace LibHac.Fs.Impl
|
||||
Result rc = GetPathForServiceObject(out Path sfPath, path);
|
||||
if (rc.IsFailure()) return rc;
|
||||
|
||||
return BaseFs.Target.DeleteFile(in sfPath);
|
||||
return BaseFs.Target.CreateDirectory(in sfPath);
|
||||
}
|
||||
|
||||
protected override Result DoDeleteDirectory(U8Span path)
|
||||
|
Loading…
x
Reference in New Issue
Block a user