CFileFind finder;
CString strFileName;
//CStringList list;
strFiles.Format("C:\\Demo\\*.avi", pszPathname);
BOOL bWorking = finder.FindFile(strFiles);
while(bWorking)
{
bWorking = finder.FindNextFile();
//list.AddTail(finder.GetFileName());
::AfxMessageBox(finder.GetFileName());
}
3/13/2014
C,C++, To get a list of files in a directory using CFileFind function, example source code
Subscribe to:
Post Comments (Atom)
-
ModaNet (2018) was groundbreaking but there have been several more recent datasets and models for fashion segmentation and analysis. Here a...
-
Just see the below example code ð pip install PyMuPDF document : https://pymupdf.readthedocs.io/en/latest/ I think this is better lib...
-
Python · Type hints def sensor_id(sensor: Sensor | int | None) -> int has three bars in one signature and looks like bit arit...
-
Image size of origin is 320*240. Processing time is 30.96 second took. The result of stitching The resul...
-
This is data acquisition source code of LMS511(SICK co.) Source code is made by MFC(vs 2008). The sensor is communicated by TCP/IP. ...
-
Contents What is a D-U-N-S Number? Prerequisites — Documents to Prepare Go to the D&B Application ...
-
AMD GPU Programming Primer Threads · Waves · Memory · Tile Distribution · Vector Loads · MFMA ...
-
C · Python · Linking Two acronyms one letter apart, describing promises made at two different moments. An API is what you agree t...
-
The MNIST dataset is a dataset of handwritten digits, comprising 60 000 training examples and 10 000 test examples. The dataset can be downl...
-
Dear Peter Here is your answer. I hope this posting & source code help to you. And This page also is good explain to use background ...
No comments:
Post a Comment