Multi Commander Support Forum

Multi Commander => Support and Feedback => Topic started by: dddima on April 30, 2026, 15:54:18

Title: “Rename” option missing for some folders
Post by: dddima on April 30, 2026, 15:54:18
In Multi Commander, the “Rename” command is missing from the right-click context menu for some folders.

Expected behavior:
The right-click context menu should always show the “Rename” option when a file or folder can be renamed.

Actual behavior:
For some folders, the “Rename” option is not shown in the context menu. However, the same folders can be renamed successfully in other file managers.

Additional information:
When using the rename shortcut in Multi Commander, the program may show a warning that the item is read-only. But renaming still works after confirmation, and other file managers show the Rename option normally.

It seems that Multi Commander hides the Rename command for some folders even though the rename operation
Title: Re: “Rename” option missing for some folders
Post by: total_annihilation00 on April 30, 2026, 17:35:26
A known issue is the "Set As Wallpaper" and "Pin To Taskbar" menu items don't appear when you're in 'Flat View' !
Title: Re: “Rename” option missing for some folders
Post by: Mathias (Author) on May 01, 2026, 09:25:46
In Multi Commander, the “Rename” command is missing from the right-click context menu for some folders.

Expected behavior:
The right-click context menu should always show the “Rename” option when a file or folder can be renamed.

Actual behavior:
For some folders, the “Rename” option is not shown in the context menu. However, the same folders can be renamed successfully in other file managers.

Additional information:
When using the rename shortcut in Multi Commander, the program may show a warning that the item is read-only. But renaming still works after confirmation, and other file managers show the Rename option normally.

It seems that Multi Commander hides the Rename command for some folders even though the rename operation

NO MC does not hide it.. Widows does. All option except under "MultiCommander" is populated by Windows Shell. And MC does not have much control over it.
But when does "Rename" not show ? I can't find a places where the rename in menu is not shown.. (You also have Rename command in Toolbar and Keyboard Shortcut that is not depending what Windows Shell will show in the menu )

It shows a warning because the file is ReadOnly. Normally rename is not allowed. But since we can just in most situation just remove the attribute. and then put it back. It can be preformed as a workaround. But the attribute is there for a reason. to protect the file.


Title: Re: “Rename” option missing for some folders
Post by: Mathias (Author) on May 01, 2026, 10:02:47
There is a option in Core Settings > FileSystem > "Ask for Confirmation before..."
Uncheck "Rename read-only files"

And you dont get a confirmation dialog window
Title: Re: “Rename” option missing for some folders
Post by: dddima on May 02, 2026, 05:16:22
But the Explorer itself has this menu and can rename files.
Title: Re: “Rename” option missing for some folders
Post by: Mathias (Author) on May 02, 2026, 10:03:26
Microsoft do lots of thing that is not fully supported when calling the offical API..  The only think MC can do it to send to shell menu system the flag CMF_CANRENAME  that say that the calling application (MC) supports rename so add that to the menu if you fell that it should be there
Title: Re: “Rename” option missing for some folders
Post by: dddima on May 02, 2026, 22:51:40
Thank you for your replies.

I found the cause of the problem: some folders had the **Read-only** attribute set, and because of that the **Rename** option did not appear.

After I reset/removed the attributes, the **Rename** option appeared again and now works correctly.