Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbGetTablePath

Retrieve the table drive/directory path

Declaration

pTEXT ctdbGetTablePath(CTHANDLE Handle)

Description

ctdbGetTablePath() retrieves the table drive/directory path. To retrieve the table name, use ctdbGetTableName(). Use ctdbSetTablePath() to set the table path.

  • Handle [in] the Table Handle.

Returns

ctdbGetTablePath() returns the Table path or NULL on failure

See also

ctdbAllocTable(), ctdbGetTableName(), ctdbSetTablePath()

TOCIndex