What are the Win32 API functions for searching files in a folder by mask?

    2 answers 2

    FindFirstFile allows mask

    This is where you can find a specific file name ( or partial name if wildcards are used ).

      FindFirstFile / FindFirstFileEx, FindNextFile , FindClose . From the left in the column full set of functions.