We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
Expected behaviour File renamed without error
Screenshots
Architecture
CPU
Version Provide the Git ID from AboutAROS (call menu Wanderer>AROS>About)
Additional context CmdRenameObject calls GetHardObject which calls GetObject which calls FindNameNoCase.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
Expected behaviour
File renamed without error
Screenshots
![grafik](https://private-user-images.githubusercontent.com/18250926/400385977-4d10a4f9-8030-4700-9c95-d43bb82f9fa0.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0MjMzNDYsIm5iZiI6MTczOTQyMzA0NiwicGF0aCI6Ii8xODI1MDkyNi80MDAzODU5NzctNGQxMGE0ZjktODAzMC00NzAwLTljOTUtZDQzYmI4MmY5ZmEwLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDA1MDQwNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTYxMDllZGY0MzRkMDEyMzU0OGIyNjQzZWZmMmE3OTMxOGY2OWFlM2ZjNjk5YjMxMmMxNDk2YjI4NGYzNGM2N2UmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.bHtz2qTbJKN_Ksku20Jf9gZsBgL5QaI13iP5s-z6_L0)
Architecture
CPU
Version
Provide the Git ID from AboutAROS (call menu Wanderer>AROS>About)
Additional context
CmdRenameObject calls GetHardObject which calls GetObject which calls FindNameNoCase.
The text was updated successfully, but these errors were encountered: