FileCopy
From kwiki
| | This article is written by Konrad, thus using rather nonstandard English:) |
FileCopy (DNM Script function)
Contents |
[edit]
full declaration
bool FileCopy (string sSrcPath,string sDestPath,[bool bOverwriteTarget=false])
[edit]
return value
[edit]
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
[edit]
