DirectoryRename

Moves a directory from one location to another

Method Signature

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

Arguments

ArgumentTypeRequiredDescriptionDefault

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

Last updated

Logo

Copyright & Register Trademark by Ortus Solutions, Corp & Ortus Software, LLC