Folder / File Sorting & Mixing

Apologies if this is answered elsewhere. I searched a lot and found a ton of old information for older version.

I would like for the following:

  1. If I sort alphabetically, folders are listed first.
  2. If I sort by date/time, files are listed first (or maybe mixed could be ok).

Thanks!

Easiest thing would be a button that toggles between the two mixing and sorting modes.

That might be ok if the default behavior cannot be configured. Could you point me to what part of the manual that is covered in please?

Try Folder - Folders Options - the Display tab - Keep Folders...

Here's the toggle button code:

@if:Set SORTBY=name
Set SORTBY=modified
Set SORTORDER=Files
@if:Else
Set SORTBY=name
Set SORTORDER=Folders
1 Like

This very cool, thank you. There is a lot to learn about this program.