xHarbour Reference Documentation > Function Reference |
Closes the file opened in backup mode with FileCopy().
FileCClose() --> lSuccess
The return value is .T. (true) when the file is successfully closed, otherwise .F. (false) is returned.
The function is used to close the file opened in backup mode of FileCopy().
See also: | FileCCont(), FileCOpen(), FileCopy() |
Category: | CT:DiskUtil , File functions , Low level file functions |
Source: | ct\fcopy.prg |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com