mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2025-02-09 13:14:46 +01:00
Fix CleanDirectoryRecursivelyGeneric
This commit is contained in:
parent
be907ce4bb
commit
c7f2f28a81
@ -205,7 +205,7 @@ namespace LibHac.FsSystem
|
||||
{
|
||||
IFileSystem fs = fileSystem;
|
||||
|
||||
foreach (DirectoryEntryEx entry in fileSystem.EnumerateEntries(path, "*"))
|
||||
foreach (DirectoryEntryEx entry in fileSystem.EnumerateEntries(path, "*", SearchOptions.Default))
|
||||
{
|
||||
string subPath = PathTools.Combine(path, entry.Name);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user