Toned Windows Search Bool Searchfile (CString Path) {IF (path.right (1) .compare ("
// ")! = 0
) PATH = "//"; shellexecuteInfo ss; zeromemory (& SS, SIZEOF (SS)); ss.cbsize = sizeof (ss); ss.hwnd = getsafehwnd (); ss.nshow = sw_show; ss.fmask = 0; Ss.lpverb = _t ("find"); cstring spath = path; ss.lpfile = (lpctstr) spath; return shellexecuteex (& ss);