mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Implement ISO9660 statfs.
This commit is contained in:
@@ -42,7 +42,12 @@ namespace DiscImageChef.Filesystems.ISO9660
|
||||
// This is coded following ECMA-119.
|
||||
public partial class ISO9660 : IReadOnlyFilesystem
|
||||
{
|
||||
Namespace @namespace;
|
||||
bool debug;
|
||||
IMediaImage image;
|
||||
bool mounted;
|
||||
Namespace @namespace;
|
||||
List<DecodedDirectoryEntry> rootDirectory;
|
||||
FileSystemInfo statfs;
|
||||
|
||||
public FileSystemType XmlFsType { get; private set; }
|
||||
public Encoding Encoding { get; private set; }
|
||||
|
||||
Reference in New Issue
Block a user