Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. dsinclair

    to find whether a file is present or not

    I use OFSTRUCT ofs; if (::OpenFile(fname,&ofs,OF_EXIST)!=HFILE_ERROR) { // it exists } else { // it doesn't exist } , but I guess I'm just that kind of guy.

Part and Inventory Search

Back
Top