Replies: 2 comments
-
|
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
-
|
@jdevera are you still working on this? Did you try using |
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
Uh oh!
There was an error while loading. Please reload this page.
-
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
extensionfilter but I saw in the code that it excludes directories. I also tried with thenamefilter and it did not work, I saw that in thenamefilter thepathlib.Path'sstemproperty 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