|
||
Antiquated |
int bt_create_tree( char *file_name )
char *file_name; // name of the index file to create
|
|
Synopsis |
#include "silver.h"
The bt_create_tree function creates an empty b-tree database index file.
|
|
Parameters |
file_name is a null-terminated string specifying the name of the file desired.
|
|
Return Value |
bt_create_tree returns 1 if successful, and 0 otherwise.
|
|
Comments |
The btree-family of functions is not available in SilverSharp, except by means of P/Invoke. |
|
See Also |
|
|
|
|