Page 1 of 1
Files before folders
Posted: 2023-03-12, 21:58 UTC
by Kalle
I would appreciate a file before subfolders view, as a per folder setting.
Ahem, I wonder if anyone understand what I mean

Re: Files before folders
Posted: 2023-03-13, 08:09 UTC
by Horst.Epp
There is no option to make this.
You can make a button to only show files.
Code: Select all
TOTALCMD#BAR#DATA
cd *.*|*\
WCMICONS.DLL,24
Files only
0
-1
Code: Select all
TOTALCMD#BAR#DATA
cm_SrcAllFiles
wcmicons.dll,13
Show dirs and files
0
312
Re: Files before folders
Posted: 2023-03-14, 10:02 UTC
by Kalle
Horst.Epp wrote: 2023-03-13, 08:09 UTC
There is no option to make this.
Yes thank you, that was why I wrote it in the "TC suggestions"
Re: Files before folders
Posted: 2023-03-14, 10:42 UTC
by Fla$her
Horst.Epp wrote: 2023-03-13, 08:09 UTC
cd
*.*|*\
The mask
*.* is not needed here.
Re: Files before folders
Posted: 2023-03-14, 12:24 UTC
by Horst.Epp
Fla$her wrote: 2023-03-14, 10:42 UTC
Horst.Epp wrote: 2023-03-13, 08:09 UTC
cd
*.*|*\
The mask
*.* is not needed here.
My be, but ist doesn't hurt and makes clear what will be displayd.