Copies a file.
Namespace: Composite.Core.IO.Plugins.IOProviderAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
void Copy( string sourceFileName, string destFileName ) |
Visual Basic |
---|
Sub Copy ( _ sourceFileName As String, _ destFileName As String _ ) |
Visual C++ |
---|
void Copy( String^ sourceFileName, String^ destFileName ) |
Parameters
- sourceFileName
- Type: System..::..String
Source path of file to copy.
- destFileName
- Type: System..::..String
Target path of the file to be copied to.