xHarbour Reference Documentation > Function Reference |
Closes a Full Text Search index file.
CFTSClose( <nFileHandle> ) --> nErrorCode
The function returns a numeric value. Positive 1 indicates that the file is successfully closed, while negative numbers identify an error condition.
CFTSClose() is a synonym for function HS_Close(). Refer to HS_Close() for more information.
See also: | HS_Add(), HS_Index(), HS_Next(), HS_Open(), HS_Set() |
Category: | CFTS functions |
Source: | rdd\hsx\cftsfunc.c |
LIB: | lib\xhb.lib |
DLL: | dll\xhbdll.dll |
http://www.xHarbour.com