Moves a file or directory from the given source path to the given destination path.
Namespace: Composite.Core.IOAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public static void Move( string sourceDirName, string destDirName ) |
Visual Basic |
---|
Public Shared Sub Move ( _ sourceDirName As String, _ destDirName As String _ ) |
Visual C++ |
---|
public: static void Move( String^ sourceDirName, String^ destDirName ) |
Parameters
- sourceDirName
- Type: System..::..String
Path of file or directory to move.
- destDirName
- Type: System..::..String
Target path of file or directory to be moved to.