Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbSetTempPath

Set temporary file path for single-user applications

Declaration

CTDBRET ctdbDECL ctdbSetTempPath(CTHANDLE hSession, pTEXT path)

Description

  • pSession [IN] - session handle
  • path [IN] - temporary file path

Can be used in standalone compiles to define the directory for temporary files.

Returns

c-treeDB error code.

TOCIndex