Difference between revisions of "ReNamer:Failed renaming"

From den4b Wiki
Jump to navigation Jump to search
(added another reason)
Line 9: Line 9:
 
# Source file does not exist
 
# Source file does not exist
 
# No permission to rename the file
 
# No permission to rename the file
# Illegal destination path
+
# Invalid destination path

Revision as of 01:51, 13 October 2009

{{{iparam}}} This article needs to be expanded!
  • Give examples for all reasons
  • Include possible workarounds

There can be several reasons for a failed renaming operation. Validation process will try to prevent some common problems prior to renaming by raising warnings during the preview process, but it cannot catch all possible problems. The most common reasons for failed renaming are as follows:

  1. File path exceeds MAX_PATH characters
  2. Destination file already exists
  3. Source file does not exist
  4. No permission to rename the file
  5. Invalid destination path