This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

RL ARM frename() function is not working

Hello All ,

I am using Rl ARM Library for file system .

When I use frename() function for renaming existing file there is one issue ,

for e.g

Old file name = Welcome.txt

and renaming to

New file name = minor.txt

then this frename() function rename file name Welcome.txt to MINOR.txt

but new file name should be in small case letter and now it is renamed in capital letter .

and this issue happens only when file name contains all letter in small case .

Please someone provide a solution for this issue .