mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Decode and list EAs in FAT12 and FAT16.
This commit is contained in:
@@ -45,6 +45,7 @@ namespace DiscImageChef.Filesystems.FAT
|
||||
public partial class FAT : IReadOnlyFilesystem
|
||||
{
|
||||
uint bytesPerCluster;
|
||||
byte[] cachedEaData;
|
||||
CultureInfo cultureInfo;
|
||||
bool debug;
|
||||
Dictionary<string, Dictionary<string, DirectoryEntry>> directoryCache;
|
||||
|
||||
Reference in New Issue
Block a user