How do I verify wheather or not a file that i know exists is open by another program. I was thinking of opening a std::ifstream with sharing set to filebuf::sh_none and checking to see if that failed. That is from the old implementation of ifstream though. I was wondering how do I do it with the new implementation (visual c++ 6.0)
WR
WR