DirectoryRename
Moves a directory from one location to another
Method Signature
DirectoryRename(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
Last updated
Was this helpful?