Find File
bool FindFile(CString strFilePath)
{
// Declare variables
CFileFind fFind;
// Find file
return fFind.FindFile(strFilePath);
}
{
// Declare variables
CFileFind fFind;
// Find file
return fFind.FindFile(strFilePath);
}



KennethCC
me
jamesmcm
Can
Kelmi
ysg
dannymo2
chorny
wallie
Hackdemian
dannyboy
sundaramkumar
mattrmiller
Pio
i_kenneth
ASmith
ctiggerf
sehrgut
bertheymans
SCoon
There are currently no comments for this snippet.