diff --git a/src/com/webcodepro/applecommander/storage/ProdosCommonEntry.java b/src/com/webcodepro/applecommander/storage/ProdosCommonEntry.java index a581f79..4b7e1cc 100644 --- a/src/com/webcodepro/applecommander/storage/ProdosCommonEntry.java +++ b/src/com/webcodepro/applecommander/storage/ProdosCommonEntry.java @@ -79,6 +79,17 @@ public class ProdosCommonEntry { return entry; } + /** + * Indicates if this entry is empty - filled with $00. + */ + public boolean isEmpty() { + byte[] entry = readFileEntry(); + for (int i=0; i