Replies: 1 comment
-
After trying with other folders, perhaps my issue is that understand the tool wrong, is it not supposed to also match directories? I tried with a normal directory without dots and I did not get a match either. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am having trouble matching macos apps. A MacOS app is a folder with a name that ends in
.app
. MacOS treats them specially but at the file system level they are a directory.I have tried the
extension
filter but I saw in the code that it excludes directories. I also tried with thename
filter and it did not work, I saw that in thename
filter thepathlib.Path
'sstem
property is used for directories, whichI cannot find another filter that will give me access to the "extension" part of a directory.
How can I do this?
Beta Was this translation helpful? Give feedback.
All reactions