ruTorrent
ruTorrent copied to clipboard
fix(_getdir): Fix dirs/files sort
scandir() sort result leaves much to be desired. There are cases where .. (parent dir) entry doesn't end up at first place. For example, entries starting with ( bracket get in its way.
It also sorts in case sensitive way, which hardly is human readable.