65 pts.
 How to search for a local file programmatically using C/C++
HOW, I develop a c/c++/java program for searching a file on my Personal computer
ASKED: Mar 9, 2009  8:35 AM GMT
UPDATED: March 10, 2009  6:51:50 PM GMT
60,255 pts.

Answer Wiki:
You will probably need to use platform-specific functions to achieve that, but you did not specify what operating system the program will be running on.

More details are needed.

You might want to have a look at the Boost Filesystem Library, which provides some facilities to query and manipulate paths, files, and directories.
Last Wiki Answer Submitted:  Mar 9, 2009  7:25 PM (GMT)  by  Carlosdl   60,255 pts.
To see other answers submitted to the Answer Wiki View Answer History.
Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _




 

Any reason you can’t just use something that someone else has already written such as FileLocator Pro or Effective File Search?

 9,195 pts.