xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

FileCOpen()

Tests if the file opened in backup mode with FileCopy() is still open.

Syntax

FileCOpen() --> lFileIsOpen

Return

The function returns .T. (true) if the source file opened in backup mode of FileCopy() is still open, otherwise .F. (false).

Info

See also:FileCClose(), FileCCont(), FileCopy()
Category: CT:DiskUtil , File functions , Low level file functions
Source:ct\fcopy.prg
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe