Moves a file.
Namespace: Composite.Core.IO.Plugins.IOProviderAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
| C# |
|---|
void Move( string sourceFileName, string destFileName ) |
| Visual Basic |
|---|
Sub Move ( _ sourceFileName As String, _ destFileName As String _ ) |
| Visual C++ |
|---|
void Move( String^ sourceFileName, String^ destFileName ) |
Parameters
- sourceFileName
- Type: System..::..String
Path of file to move.
- destFileName
- Type: System..::..String
Destination path to move the file to.