"." should be found and displayed, but it isn't.
You are missing the initial match ...
...
long nHandle = _findfirsti64(s_filename.c_str(), &struct_filedata);
if(nHandle >= 0)
{
cout << "First match is: " << struct_filedata.name << '\n';
while(_findnexti64(nHandle, &struct_filedata) == 0)
{
...
}
Reputation Points: 1105
Solved Threads: 389
Posting Virtuoso
Offline 1,714 posts
since Nov 2007