[Apple DOS filesystem] Fix file sizes.

This commit is contained in:
2022-12-19 10:45:07 +00:00
parent 0f1876ef64
commit 66509e4e2f
3 changed files with 6 additions and 4 deletions

View File

@@ -94,6 +94,8 @@ public sealed partial class AppleDOS
return error;
}
_fileSizeCache = new Dictionary<string, int>();
error = CacheAllFiles();
if(error != ErrorNumber.NoError)