Otter SDK Reference
Version:

MoveDirectory(IFileOperationsExecuter agent, string sourceDirName, string destDirName) Method

Moves a directory from sourceDirName to destDirName.

Syntax

public static void MoveDirectory(IFileOperationsExecuter agent, string sourceDirName, string destDirName)

Parameters

agent
Type: IFileOperationsExecuter

The agent.

sourceDirName
Type: string

The full path of the source directory.

destDirName
Type: string

The full path of the target directory.