FileCopy

From kwiki

Jump to: navigation, search
This article is written by Konrad, thus using rather nonstandard English:)

FileCopy (DNM Script function)

Contents

full declaration

bool FileCopy (string sSrcPath,string sDestPath,[bool bOverwriteTarget=false])

return value

bool

description

Copies file specified by sSrcPath to a new file specified by sDestPath. Returns true if succeeds. If target (with the same name) file exists, function fails, unless bOverwriteTarget is set to true (in this case target file is overwritten).


keywords: copy files folders


See also

Category:File system

Personal tools
konradp.com