VFile.Move Method
Namespace: Rebex.IO
Assembly: Rebex.FileSystem.dll (version 7.0.9147)
Move(String, String)
Method moves a file identified by the sourceFileName
to the location denoted by the destFileName
.
Declaration
public static void Move(string sourceFileName, string destFileName)