[ Home ] [ Features ] [ Products ] [ FAQ's ] [ Screens ] [ Support ] [ Downloads ] [ About ] [ Discussion ]


the software that grows with you

 

V32CopyFile()

Calls Windows API internal function to copy a source file to destination file.

Syntax

V32CopyFile( <cFileSource>, <cFileDest> )

Arguments

cFileSource Charcter string representing a fully qualified file name with drive, directory and extension information which has to be copied.
cFileDest Charcter string representing a fully qualified file name with drive, directory and extension information which will be the the copied file.

Returns

NIL

Description

A WinApi function to copy a single file to another location. Note that Windows will report an error if <cFileSource> and <cFileDest> are the same.

Usage

local cFileSource := 'c:\config.sys'
local cFileDest     := 'd:\backup\config.sys'

V32CopyFile( cFileSource, cFileDest )

Tips

 

[ Home ][ Features ] [ Products ][ About Us ][ FAQ's ][ Screen Shots ][ Downloads ][ Support ][ Discussion ]
.

Vouch is a Trademark of Pritpal Bedi
All other Trade Marks are the property of their respective owners.
Copyright 1993-2011 Pritpal Bedi. All rights reserved.
Hit Counter  
You are Visitor # since 14 May 2002