BuildMaster SDK Reference
Version:
Move(string sourcePath, string targetPath) Method
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.
|