Working on add directory for ProDOS... surely this is the first step?

This commit is contained in:
2012-08-07 01:52:00 +00:00
parent 3a7027ce7a
commit 01fd44f8fd

View File

@ -96,6 +96,6 @@ public class ProdosDirectoryEntry extends ProdosFileEntry implements DirectoryEn
* @see com.webcodepro.applecommander.storage.DirectoryEntry#createDirectory() * @see com.webcodepro.applecommander.storage.DirectoryEntry#createDirectory()
*/ */
public DirectoryEntry createDirectory() throws DiskFullException { public DirectoryEntry createDirectory() throws DiskFullException {
throw new UnsupportedOperationException(textBundle.get("DirectoryCreationNotSupported")); //$NON-NLS-1$ return getDisk().createDirectory();
} }
} }