Hello,
Is there a way to see why a file didn't open using the ofstream class? In C, you can check the errno and it will tell you why it didn't open (i.e. wrong permissions, file didn't exist, etc...). Is this possible with ofstream?
Thanks,
-d
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 3 of 3
Thread: Opening FilesThreaded View
|
Click Here to Expand Forum to Full Width |