File Manager's "move" feature needs to add preceeding / character if omitted

In file manager, if you try to move a file or folder and omit the first / character, for example if you try to move it to "public_html" or "tmp" instead of "/public_html" or "/tmp", the file or folder is renamed instead of moved, consistent with the mv command, but not very user-friendly for typical customers.