|
2 answers
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.
|
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.
Source: https://ru.stackoverflow.com/questions/75182/
All Articles