Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Syntax

<dllobject>.File_CopyFile(string source, string destination, bool overwrite = true)

 

Parameters

source

source file

destination

destination file

overwrite

 overwrite existing file

Example

$cs.File_CopyFile("C:\Program Files\CapaInstaller\dummy.exe","C:\Windows\dummy2.exe")

returns nothing

  • No labels