We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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 .