Sorting view: files and folders mixed instead separate?
Moderators: Hacker, petermad, Stefan2, white
Sorting view: files and folders mixed instead separate?
Hello, I would like to know if there is a way to sort by name (Ascending or descending) the view of a list of elements containing files and folders. Let me give an example.
We suppose to have a folder that contains files and subfolders with the following name:
01-Folder
03-Folder
06-Folder
02-File.txt
04-File.txt
05-File.txt
The previous list is what normally we see the sorting of files and the folders (two separated sorted lists).
Is there any way to see the list sorted as a unique list in the following way:
01-Folder
02-File.txt
03-Folder
04-File.txt
05-File.txt
06-Folder
This way to sort files and folders is sometimes very useful, expecially if the name of the elements are dates that need to be check from the older to the most recent.
Thanks!
We suppose to have a folder that contains files and subfolders with the following name:
01-Folder
03-Folder
06-Folder
02-File.txt
04-File.txt
05-File.txt
The previous list is what normally we see the sorting of files and the folders (two separated sorted lists).
Is there any way to see the list sorted as a unique list in the following way:
01-Folder
02-File.txt
03-Folder
04-File.txt
05-File.txt
06-Folder
This way to sort files and folders is sometimes very useful, expecially if the name of the elements are dates that need to be check from the older to the most recent.
Thanks!
Maybe the dir command on a CMD can help. Open a CMD, type and look for the /O switch that controls the sorting. IIRC there was a very similar topic recently, not sure whether it was in English or German.
Regards
Dalai
Code: Select all
dir /?
Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ok, I tryed with CMD and with the code dir/ON I get exactly what I'm looking for.
But I would like to have the same result inside TC so to use it as a standard view. Do you think it would be possible to develop an addon?
I saw that there are some software that have options to shows a complete hierarchical list of the folders and files without separating files from folders.
About the similar topic, I didn't undesrtand how to find it. Sorry, but I'm not so expert...
But I would like to have the same result inside TC so to use it as a standard view. Do you think it would be possible to develop an addon?
I saw that there are some software that have options to shows a complete hierarchical list of the folders and files without separating files from folders.
About the similar topic, I didn't undesrtand how to find it. Sorry, but I'm not so expert...
As Hacker already pointed out: Nope, not possible in TC. The dir command is one of the few, maybe even the only, solution for such a task. As for the similar topic, I didn't mean for you to search for it, it was just a remark.
Regards
Dalai
Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Workaround for sorting folders and files
The dir command deprives the very useful information (such as tc comments) if custom columns view is set up. My workaround for this is to select all the files and folders, column copy, and paste it to a text processor or Excel, and sort it. This mixes folders and files and preserves all the info. This at least, is better to view than the DOS way.The dir command is one of the few, maybe even the only, solution for such a task.
For some, the way around may be useful.
Regards,
Sorcar
-
- New Member
- Posts: 1
- Joined: 2017-06-02, 16:44 UTC
sort files and folders together
Hi sorcar,
use "Freecommander XE".
It has several ways to sort files and folders together.
Regards
Kalliope
use "Freecommander XE".
It has several ways to sort files and folders together.
Regards
Kalliope
Re: Sorting view: files and folders mixed instead separate?
hello, what software are u referring to which sorts files and folders unmixed and only sorts them with date created or date modified ?? and also what process by which to do it. Please clarify. Thank youI saw that there are some software that have options to shows a complete hierarchical list of the folders and files without separating files from folders.