Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTIndex.SetFilename

Syntax

void SetFilename(String Path, String Name)

Parameters

  • Path [in] The index path
  • Name [in] The index filename

Description

Set the index file path and filename. If filename is NULL the index file name is cleared.

Return

None.

See Also

GetFileName()

TOCIndex