Moves the directory and it's contents to a new parent directory.
- Namespace
- Statiq
.Common - Containing Type
- IDirectory
Syntax
void MoveTo(IDirectory destinationDirectory)
Parameters
Name | Type | Description |
---|---|---|
destinationDirectory | IDirectory | The parent directory to move the directory to. |