AROS icon indicating copy to clipboard operation
AROS copied to clipboard

RAM Disk: Can't rename by capitalization

Open mattrust opened this issue 1 year ago • 0 comments

Describe the bug

An attempt to rename a file on the RAM Disk by it's capitalization (e.g. rename aaa AAA) fails with error "object name invalid"

To Reproduce Steps to reproduce the behavior:

  1. open Shell
  2. do "cd ram:env"'
  3. do "rename ABI abi"

Expected behaviour File renamed without error

Screenshots grafik

Architecture

  • linux (hosted)

CPU

  • x86_64

Version Provide the Git ID from AboutAROS (call menu Wanderer>AROS>About)

Additional context CmdRenameObject calls GetHardObject which calls GetObject which calls FindNameNoCase.

mattrust avatar Jan 06 '25 10:01 mattrust