VDirectory.Move Method
Namespace: Rebex.IO
Assembly: Rebex.FileSystem.dll (version 7.0.9147)
Move(String, String)
Method moves a directory (or a file) identified by the sourceDirName
to the location denoted by the destDirName
.
Declaration
public static void Move(string sourceDirName, string destDirName)