mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2024-11-14 10:49:41 +01:00
Move FileSystemClientUtils
This commit is contained in:
parent
a88b3058e9
commit
fef8e16a85
2 changed files with 5 additions and 3 deletions
|
@ -2,10 +2,11 @@
|
||||||
using System.Buffers;
|
using System.Buffers;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using LibHac.Common;
|
using LibHac.Common;
|
||||||
|
using LibHac.Fs;
|
||||||
using LibHac.Fs.Fsa;
|
using LibHac.Fs.Fsa;
|
||||||
using LibHac.FsSystem;
|
using LibHac.FsSystem;
|
||||||
|
|
||||||
namespace LibHac.Fs;
|
namespace LibHac.Tools.Fs;
|
||||||
|
|
||||||
public static class FileSystemClientUtils
|
public static class FileSystemClientUtils
|
||||||
{
|
{
|
||||||
|
@ -235,4 +236,4 @@ public static class FileSystemClientUtils
|
||||||
|
|
||||||
return fs.CreateFile(u8Path, size, CreateFileOptions.None);
|
return fs.CreateFile(u8Path, size, CreateFileOptions.None);
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -5,6 +5,7 @@ using LibHac.Common;
|
||||||
using LibHac.Fs;
|
using LibHac.Fs;
|
||||||
using LibHac.Fs.Fsa;
|
using LibHac.Fs.Fsa;
|
||||||
using LibHac.FsSystem;
|
using LibHac.FsSystem;
|
||||||
|
using LibHac.Tools.Fs;
|
||||||
|
|
||||||
namespace hactoolnet;
|
namespace hactoolnet;
|
||||||
|
|
||||||
|
@ -140,4 +141,4 @@ public static class FsUtils
|
||||||
|
|
||||||
return Result.Success;
|
return Result.Success;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue