Frends.Files.MoveDirectory / 1.1.0
Summary
Moves a whole directory to a new location, failing by default rather than merging into an existing target.
Typical use — promoting a completed batch directory into a location another system watches
Input class
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| SourceDirectory | String |
"c:\temp" |
C:\Temp |
Source Directory path. |
| TargetDirectory | String |
"c:\temp" |
C:\Temp |
Target Directory path. |