When using FindFirstFileExFromApp to search a root directory like C:\ with an lpFileName set to C:\* or C:\*.* it throws a Win32Exception?
lpFileName's like C:\somefolder\* work fine.
The folders are picked and added to the Future Access List.
Example Repo https://github.com/groovykool/FindFirstFileExFromAppException.git
Thanks for any help.
Tony