xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

FileCClose()

Closes the file opened in backup mode with FileCopy().

Syntax

FileCClose() --> lSuccess

Return

The return value is .T. (true) when the file is successfully closed, otherwise .F. (false) is returned.

Description

The function is used to close the file opened in backup mode of FileCopy().

Info

See also:FileCCont(), FileCOpen(), 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