This action will move a folder and its contents to a new name.
Note that the Destination is the new complete name for the folder, so to move c:\test to c:\temp\test, specify c:\temp\test as the destination directory.

Scripting Info
The Action properties available are:
property Directory : String; // the directory you wish to move.
property DestinationDirectory : String; // the new path for the directory.