Decode and list EAs in FAT12 and FAT16.

This commit is contained in:
2019-04-27 20:19:18 +01:00
parent 3d8f0f2380
commit 27d1f83d61
5 changed files with 124 additions and 7 deletions

View File

@@ -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;