DirectoryRename
Moves a directory from one location to another
Method Signature
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