throw( new DownloadManagerException( "rename operation failed" ));
}
}
}else{
dm.moveDataFiles( new_save_location.getParentFile(), new_save_location.getName());
}
}
public void moveTorrentFile(File new_parent_dir) throws DownloadManagerException {
this.moveTorrentFile(new_parent_dir, null);