Hi, I need to search for some files such as x.exe in mycomputer from
inside my code. I need to do this to set the pathes of these files for
future usage. what should I do?

Re: searching for a file by adebaene

adebaene
Mon Sep 25 03:01:13 CDT 2006


golnar wrote:
> Hi, I need to search for some files such as x.exe in mycomputer from
> inside my code. I need to do this to set the pathes of these files for
> future usage. what should I do?

FindFirstFile / FindNextFile / FindClose

Arnaud
MVP - VC