mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2025-02-07 12:30:33 +00:00
Working on add directory for ProDOS... surely this is the first step?
This commit is contained in:
parent
3a7027ce7a
commit
01fd44f8fd
@ -96,6 +96,6 @@ public class ProdosDirectoryEntry extends ProdosFileEntry implements DirectoryEn
|
||||
* @see com.webcodepro.applecommander.storage.DirectoryEntry#createDirectory()
|
||||
*/
|
||||
public DirectoryEntry createDirectory() throws DiskFullException {
|
||||
throw new UnsupportedOperationException(textBundle.get("DirectoryCreationNotSupported")); //$NON-NLS-1$
|
||||
return getDisk().createDirectory();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user