AROS
AROS copied to clipboard
RAM Disk: Can't rename by capitalization
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:
- open Shell
- do "cd ram:env"'
- do "rename ABI abi"
Expected behaviour File renamed without error
Screenshots
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.