write_folder


Description:

public bool write_folder (string folder_name, StoreDBFolderRecord record) throws Error

Writes information about a folder as set in the record.

The "folder_id" member of the record is ignored, the same as the "folder_name" member, the folder is identified by the folder_name argument.

Parameters:

this

a StoreDB

folder_name

name of the folder to write the record to

record

an StoreDBFolderRecord

Returns:

whether succeeded