delete_folder


Description:

public int delete_folder (string folder_name) throws Error

Deletes the given folder from the 'folders' table and also drops its message info table.

Parameters:

this

a DB

folder_name

full name of the folder

Returns:

0 on success, -1 on error