CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

GetFilePath

Finding files in a folder / directory using MFC!

There are a couple of ways to find/search files in a folder/directory. Usually, Win32 programmers use FindFirstFile & FindNextFile functions to find the files in a particular folder. MFC provides a simplified way of finding the files using CFileFind class. The following example shows how to find files in a particular folder. This example is […]

Scroll to top