Copies the file to the given path.
Namespace: Composite.Core.IO.Plugins.IOProviderAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
| C# |
|---|
C1FileInfo CopyTo( string destFileName ) |
| Visual Basic |
|---|
Function CopyTo ( _ destFileName As String _ ) As C1FileInfo |
| Visual C++ |
|---|
C1FileInfo^ CopyTo( String^ destFileName ) |
Parameters
- destFileName
- Type: System..::..String
Destination path.