You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a add_filter method for specify target file extnsions.
Is this possible to add filter for filename?
Let me descirbe my case to clarify the reason.
I have the file dialog whitch should pick windows or linux executable file. The names are known - app.exe for win and app ro linux (without extension).
So I want to narrow files to pick by array &["app.exe", "app"] like I can do for extensions.
Is this possible to implement?
The text was updated successfully, but these errors were encountered:
shevernitskiy
changed the title
[feature] filter for filname
[feature] filter for filename
Nov 4, 2023
There is a
add_filter
method for specify target file extnsions.Is this possible to add filter for
filename
?Let me descirbe my case to clarify the reason.
I have the file dialog whitch should pick windows or linux executable file. The names are known -
app.exe
for win andapp
ro linux (without extension).So I want to narrow files to pick by array
&["app.exe", "app"]
like I can do for extensions.Is this possible to implement?
The text was updated successfully, but these errors were encountered: