Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>ddindexfile()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
ddIndexFile()
Rebuilds the indexes of a given file
------------------------------------------------------------------------------
Syntax:

     ddIndexFile( <cFName> ) --> lRet

Parameters:

     <cFName>   File name

Returns:

     <lRet> is .T. if the operation was correctly executed

Description:

     Restores the indexes of a given file If the file is open this function
     :  close the file, one the file in exclusive mode, reindex the file,
     close and reopen the file with a DDUSE()

Example:

     ddIndexFile( "cli" ) // Reindexes file Cli

See also:

     ddIndex(), ddUse()

See Also: ddIndex() ddUse()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson