I`m writing on C++/CLI (Managed C++) in VS2015 IDE. I need to scan every folder, which is currently opened in Explorer, to find there files by needed patte. But first of all, is it possible and if it is, then how it can be done?
I found this one: Search result, but it seems thai it is only for winapi, because i couldn`t even find such reference in VS2015.
Advance thanks.
