Otter SDK Reference
Version:

Move(string sourcePath, string targetPath) Method

Moves a directory.

Syntax

public static void Move(string sourcePath, string targetPath)

Parameters

sourcePath
Type: string

The path of the source directory.

targetPath
Type: string

The path of the target directory.

Exceptions

System.ArgumentNullException

sourcePath is null (Nothing in Visual Basic) or empty or targetPath is null (Nothing in Visual Basic) or empty.