drive search

i want to search all drives for a particular file
how can i do?
Last edited on
Tha is an OS specific question.

In Windows the system calls are FindFirstFile/FindNextFile/FindClose.
See also GetLogicalDrives() and GetLogicalDriveStrings().
Topic archived. No new replies allowed.