Last updated 20 days ago
Was this helpful?
Moves a directory from one location to another
DirectoryMove(oldPath=[string], newPath=[string], createPath=[boolean])
oldPath
string
true
The previous directory path
newPath
The new directory path
createPath
boolean
false
[true] Whether to create all necessary paths to the new path
<bx:set renameDirectory = "someDirPath" > <bx:set rename = "newName" > <bx:set directoryRename( renameDirectory, newName ) >
reNamedirectory = "directoryPath"; directoryRename( reNamedirectory, "newname" );