Moves a directory from one location to another
DirectoryMove(oldPath=[string], newPath=[string], createPath=[boolean])
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 |
- ContractPath
- CreateTempDirectory
- CreateTempFile
- DirectoryCopy
- DirectoryCreate
- DirectoryDelete
- DirectoryExists
- DirectoryList
- DirectoryRename
- ExpandPath
- FileAppend
- FileClose
- FileCopy
- FileDelete
- FileExists
- FileGetMimeType
- FileInfo
- FileIsEOF
- FileMove
- FileOpen
- FileRead
- FileReadBinary
- FileReadLine
- FileSeek
- FileSetAccessMode
- FileSetAttribute
- FileSetLastModified
- FileSkipBytes
- FileWrite
- FileWriteLine
- GetCanonicalPath
- GetDirectoryFromPath
- GetFileInfo
- getTempFile