xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

FileCCont()

Continues file copying in backup mode of FileCopy().

Syntax

FileCCont( <cFileName> ) --> nBytes

Arguments

<cFileName>
This is a character string containing the name of the file to receive the next stream of data from the file opened in backup mode of FileCopy(). It must be specified with a file extension. If <cFileName> contains no drive and/or directory information, the current directory is used. SET DEFAULT and SET PATH settings are ignored.

Return

The function returns the number of bytes copied to <cFileName>

Info

See also:CSetSafety(), FileCClose(), 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