Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
4.1.1
-
None
-
Sonoma 14.4
Description
In my installer I have the line `QDesktopServices.findFiles(path, "*.license");` and my path can be the user's downloads directory.
However; as the Downloads directory can be large, and this method will recurse into any directories, it's causing a large hang making it seem like the installer has crashed.
Is there a way to not recurse?
Is there a way to just query for a file in the directory such as *.license?