Searching for a Manifest File
-
Hi I am trying to check for the existance of the file "Microsoft.VC80.CRT.manifest" within a user defined folder to try and find it i am using dwResult = SearchPath(lpbPath,lpbFilename,lpbExt,dwBufferSize, szBuffer, &lpbPEnd); where lpbFilename = "Microsoft.VC80.CRT" and lpbExt = ".manifest" lpbPath with be a user defined path passed to the function however nothing is returned,i use this function to search for traditional file type (i.e something.ext) and this works fine can anyone help at all thanks simon
-
Hi I am trying to check for the existance of the file "Microsoft.VC80.CRT.manifest" within a user defined folder to try and find it i am using dwResult = SearchPath(lpbPath,lpbFilename,lpbExt,dwBufferSize, szBuffer, &lpbPEnd); where lpbFilename = "Microsoft.VC80.CRT" and lpbExt = ".manifest" lpbPath with be a user defined path passed to the function however nothing is returned,i use this function to search for traditional file type (i.e something.ext) and this works fine can anyone help at all thanks simon
Try BOOL PathFileExists(LPCTSTR pszPath);
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_
-
Try BOOL PathFileExists(LPCTSTR pszPath);
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_