MoveFile Method (SystemFunctions)

Action

Moves a file.

Syntax

C#

MoveFile (sSrc, sDest);

VB

MoveFile (sSrc, sDest)
Variable Description
sSrc The path to the source file. Can be either an absolute path or a path that is relative to the current working directory. String.
sDest The path to the destination file. Can be either an absolute path or a path that is relative to the current working directory. String.