FS:RenameDirectory: Difference between revisions

Steveice10 (talk | contribs)
m Use common types, minor cleanup.
TimmSkiller (talk | contribs)
Add notice for renaming across different archives
 
Line 56: Line 56:


=Description=
=Description=
Renames or moves a directory. The file is moved from the path srcDirLowPath in archive srcArchive to destDirLowPath in destArchive. ('''NOTE:''' Moving directories to different archives wasn't tested.)
Renames or moves a directory. The file is moved from the path srcDirLowPath in archive srcArchive to destDirLowPath in destArchive. Renaming across different archives is not allowed, as listed below.


=Errors=
=Errors=
Line 68: Line 68:
|-
|-
| 0xC82044BE || When the destination directory already exists.
| 0xC82044BE || When the destination directory already exists.
|-
| 0xE0C046F8 || When the source archive and destination archive are not the same.
|}
|}