public void mkdir() throws IOException, UnsupportedFileOperationException {
}
@Override
public void renameTo(AbstractFile arg0) throws IOException, UnsupportedFileOperationException {
throw new UnsupportedFileOperationException(FileOperation.RENAME);
}