|
-
May 21st, 1999, 10:30 AM
#1
Finding Files
I am using this source code to search for a file extension:
while (bWorking)
{ bWorking = finder.FindNextFile();
CListBox::AddString(LPCTSTR finder.GetFileTitle()); }
The LPCTSTR is giving me an error: illegal use of this tyep....
Also does anyone know how to search subdirectories as well?
Thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|