mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Read existing tape file and partition blocks in dicformat.
This commit is contained in:
@@ -40,6 +40,7 @@ namespace DiscImageChef.DiscImages
|
||||
{
|
||||
public List<TapeFile> Files { get; private set; }
|
||||
public List<TapePartition> TapePartitions { get; private set; }
|
||||
public bool IsTape { get; private set; }
|
||||
|
||||
public bool AddFile(TapeFile file)
|
||||
{
|
||||
@@ -69,7 +70,7 @@ namespace DiscImageChef.DiscImages
|
||||
{
|
||||
Files = new List<TapeFile>();
|
||||
TapePartitions = new List<TapePartition>();
|
||||
return isTape = true;
|
||||
return IsTape = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user