rename_folder


Description:

public int rename_folder (string old_folder_name, string new_folder_name) throws Error

Renames tables for the old_folder_name to be used with new_folder_name.

Parameters:

this

a DB

old_folder_name

full name of the existing folder

new_folder_name

full name of the folder to rename it to

Returns:

0 on success, -1 on error