Folder Sort Order

Cheers! Leaving my use case here on the off chance it helps anybody in the future.

Deriving from jakpri’s previous answer, I use this to descend all sub-folders whilst burying the sortspec file in the root folder.

---
sorting-spec: |
  order-desc: a-z

  %
  sortspec
  
  target-folder: /PATH/*
  > a-z
---
2 Likes