What is the first character in the sort order used by Windows Explorer?

前端 未结 1 1112
鱼传尺愫
鱼传尺愫 2020-12-07 17:17

For example, in a Windows folder, if we create some files and name them 1.html, 2.txt, 3.txt, photo.jpg, zen.png the order will be as is. But if we create another file with

相关标签:
1条回答
  • 2020-12-07 18:17

    The first visible character is '!' according to ASCII table.And the last one is '~' So "!file.doc" or "~file.doc' will be the top one depending your ranking order. You can check the ascii table here: http://www.asciitable.com/

    0 讨论(0)
提交回复
热议问题