mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Cache FAT's EA directory entry.
This commit is contained in:
@@ -48,6 +48,7 @@ namespace DiscImageChef.Filesystems.FAT
|
||||
CultureInfo cultureInfo;
|
||||
bool debug;
|
||||
Dictionary<string, Dictionary<string, DirectoryEntry>> directoryCache;
|
||||
DirectoryEntry eaDirEntry;
|
||||
bool fat12;
|
||||
bool fat16;
|
||||
bool fat32;
|
||||
|
||||
Reference in New Issue
Block a user