diff --git a/CountFolderFiles.py b/CountFolderFiles.py index 65f6539..193cbfb 100644 --- a/CountFolderFiles.py +++ b/CountFolderFiles.py @@ -14,7 +14,7 @@ def append_to_folder_name(folder_path, suffix): os.rename(folder_path, os.path.join(os.path.dirname(folder_path), new_folder_name)) print(f"Folder renamed to: {new_folder_name}") except FileNotFoundError: - print(f"Error: Folder '{folder_path}' not found.") + print(f"Error: Unable to rename folder '{folder_path}'.") os.system("pause") def get_subdirectories(folder_path):