lq-text: LQT_RenameFileInIndex

API int LQT_RenameFileInIndex (db, OldName, NewName) t_LQTEXT_Database *db; char *OldName; char *NewName;

Purpose

Changes the filename associated with a FID, by finding the FID for the old filename and then replacing its filename.

Returns

Errors

Warns if the database can't be opened or the file isn't indexed.