File Enumeration
Enumerate directory entries matching an ANSI path pattern.
Module: Windows
| Function | Description |
|---|---|
FindClose | Close a search handle. |
FindFirstFileA | Start a file search. |
FindNextFileA | Retrieve the next result. |
Search results use Win32FindDataA. Every successful FindFirstFileA call must be paired with FindClose.