cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
drive search
drive search
Jan 29, 2009 at 7:04am UTC
golden eye
(1)
i want to search all drives for a particular file
how can i do?
Last edited on
Jan 29, 2009 at 7:05am UTC
Jan 29, 2009 at 10:58am UTC
kbw
(9488)
Tha is an OS specific question.
In Windows the system calls are FindFirstFile/FindNextFile/FindClose.
Feb 1, 2009 at 3:57pm UTC
Duthomhas
(13212)
See also
GetLogicalDrives
() and
GetLogicalDriveStrings
().
Topic archived. No new replies allowed.