I am wondering if there is any way to sort files by complete file names and not just sequentially by the leading characters (like how files are sorted in windows)?
e.g.
336.pdf
713.pdf
11398.pdf
instead of
11398.pdf
336.pdf
713.pdf
Thank you in advance for your help!