Make FAT filesystem plugin implement IReadOnlyFilesystem.

This commit is contained in:
2019-04-25 01:25:13 +01:00
parent f79b809322
commit b7cf7148a5
13 changed files with 1340 additions and 962 deletions

View File

@@ -60,6 +60,14 @@
<Compile Include="FATX\Info.cs" />
<Compile Include="FATX\Structs.cs" />
<Compile Include="FATX\Super.cs" />
<Compile Include="FAT\Consts.cs" />
<Compile Include="FAT\Dir.cs" />
<Compile Include="FAT\FAT.cs" />
<Compile Include="FAT\File.cs" />
<Compile Include="FAT\Info.cs" />
<Compile Include="FAT\Structs.cs" />
<Compile Include="FAT\Super.cs" />
<Compile Include="FAT\Xattr.cs" />
<Compile Include="HPOFS.cs" />
<Compile Include="PCFX.cs" />
<Compile Include="AmigaDOS.cs" />
@@ -68,7 +76,6 @@
<Compile Include="BFS.cs" />
<Compile Include="ext2FS.cs" />
<Compile Include="extFS.cs" />
<Compile Include="FAT.cs" />
<Compile Include="FFS.cs" />
<Compile Include="HPFS.cs" />
<Compile Include="MinixFS.cs" />