Skip to content

Latest commit

 

History

History
61 lines (49 loc) · 2.02 KB

File metadata and controls

61 lines (49 loc) · 2.02 KB

Function: DirectoryMove

Moves a directory from one location to another

Method Signature

DirectoryMove(oldPath=[string], newPath=[string], createPath=[boolean])

Arguments

Argument Type Required Description Default
oldPath string true The previous directory path
newPath string true The new directory path
createPath boolean false [true] Whether to create all necessary paths to the new path true

Examples

Related