Skip to content

Sorting Files in Nested Folders #43

Answered by SebastianMC
Xaerwyn asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Xaerwyn

not having more details about your case I can only guess

My most obvious suspicion is the syntax to specify the target folder.
There are two variants supported:

  • /... which only applies to the specified folder and its immediate subfolders and not deeper, AND
  • /* which applies to the specified folder and the entire hierarchy of subfolders. In other words, all descendant subfolders (sub-subfolders, and so on)

And for example, respectively:

  • target-folder: MyNotes/... -> will apply the specified sorting rule to the folder MyNotes and its immediate children like MyNotes/2020 and MyNotes/2021. And will NOT apply the sorting rule to more nested folders like MyNotes/2020/Jan or MyNot…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Xaerwyn
Comment options

Answer selected by SebastianMC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants