read_folder_info_record
Description:
public int read_folder_info_record (
string folder_name,
out FIRecord record)
throws Error
reads folder information for the given folder and stores it into the record.
Parameters:
| this |
a DB
|
| folder_name |
full name of the folder
|
| record |
a FIRecord
|
Returns:
|
0 on success, -1 on error
|