Jul-07-2020, 05:26 AM
Hello,
I am listing objects in a directory using os.dirscan(). I need to sort the result in alphabetical order. Currently the order is random. I do not want to use os.listdir(), since I need the attributes. Please suggest Any solution
I am listing objects in a directory using os.dirscan(). I need to sort the result in alphabetical order. Currently the order is random. I do not want to use os.listdir(), since I need the attributes. Please suggest Any solution