Difference between revisions of "ReNamer:Renaming folders"

From den4b Wiki
Jump to navigation Jump to search
(article stab)
 
(textual explanation)
Line 1: Line 1:
 
{{Expand|
 
{{Expand|
* Sorting in reverse order by filepath
 
 
* Add screenshots and links: filter settings, columns, sorted folders and files, failed renaming
 
* Add screenshots and links: filter settings, columns, sorted folders and files, failed renaming
 
* [http://www.den4b.com/forum/viewtopic.php?id{{=}}364 http://www.den4b.com/forum/viewtopic.php?id{{=}}364]}}
 
* [http://www.den4b.com/forum/viewtopic.php?id{{=}}364 http://www.den4b.com/forum/viewtopic.php?id{{=}}364]}}
 +
 +
The process of renaming folders requires a little more attention as opposed to the process of renaming only files. Folders may require extra care because they are containers of items (other folders and files). Renaming a folder also affects all of its content.
 +
 +
A problem can occur when users are trying to rename folders and their content in a single run. Items in the renaming list are processed from top to bottom, meaning that items at the top of the list will get renamed first and items at the bottom of the the list will get renamed last. The order of items in this case is extremely important for successful renaming. '''Parent folders must always appear below their contained items.''' This can be easily achieved by [[ReNamer:Sorting files|sorting items]] in descending order by Folder or Path column.
 +
 +
Otherwise, you might end up trying to rename the parent folder first and then contained files and subfolders which will fail to rename because their paths would be changed after renaming their parent folder. Example: If you have "C:\Folder" folder and inside "C:\Folder\File" file, and you rename "C:\Folder" first, then "C:\Folder\File" will fail to rename because it will not be found, its path would be changed by a first renaming operation.

Revision as of 14:40, 12 October 2009

{{{iparam}}} This article needs to be expanded!

The process of renaming folders requires a little more attention as opposed to the process of renaming only files. Folders may require extra care because they are containers of items (other folders and files). Renaming a folder also affects all of its content.

A problem can occur when users are trying to rename folders and their content in a single run. Items in the renaming list are processed from top to bottom, meaning that items at the top of the list will get renamed first and items at the bottom of the the list will get renamed last. The order of items in this case is extremely important for successful renaming. Parent folders must always appear below their contained items. This can be easily achieved by sorting items in descending order by Folder or Path column.

Otherwise, you might end up trying to rename the parent folder first and then contained files and subfolders which will fail to rename because their paths would be changed after renaming their parent folder. Example: If you have "C:\Folder" folder and inside "C:\Folder\File" file, and you rename "C:\Folder" first, then "C:\Folder\File" will fail to rename because it will not be found, its path would be changed by a first renaming operation.