xHarbour Reference Documentation > Function Reference |
Tests if the file opened in backup mode with FileCopy() is still open.
FileCOpen() --> lFileIsOpen
The function returns .T. (true) if the source file opened in backup mode of FileCopy() is still open, otherwise .F. (false).
See also: | FileCClose(), FileCCont(), FileCopy() |
Category: | CT:DiskUtil , File functions , Low level file functions |
Source: | ct\fcopy.prg |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com