FileCopy Method (String, String, Boolean) |
Namespace: ConnectedApps.Cms.IOAssembly: ConnectedApps.Cms.IO (in ConnectedApps.Cms.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void Copy(
string sourceFileName,
string destFileName,
bool overwrite
)
Public Shared Sub Copy (
sourceFileName As String,
destFileName As String,
overwrite As Boolean
)
public:
static void Copy(
String^ sourceFileName,
String^ destFileName,
bool overwrite
)
static member Copy :
sourceFileName : string *
destFileName : string *
overwrite : bool -> unit
Parameters
- sourceFileName
- Type: SystemString
- destFileName
- Type: SystemString
- overwrite
- Type: SystemBoolean
See Also