Herzlich Willkommen, lieber Gast!
  Sie befinden sich hier:

  Forum » C / C++ (WinAPI, Konsole) » Kontrolieren ob File geöffnet wurde

Forum | Hilfe | Team | Links | Impressum | > Suche < | Mitglieder | Registrieren | Einloggen
  Quicklinks: MSDN-Online || STL || clib Reference Grundlagen || Literatur || E-Books || Zubehör || > F.A.Q. < || Downloads   

Autor Thread - Seiten: > 1 <
000
17.08.2004, 18:15 Uhr
RedEagle




C++:
in.open("\\\\Z8f8p82\\c\\Ordner\\test.txt");



Wie kann ich kontrolieren, ob die Datei geöffnet wurde oder nicht??


C++:
if(!in.open /*...*/)
{
return false;
}


geht nicht
--
MFG RedEagle
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
001
18.08.2004, 10:23 Uhr
Zero



Last Access Time Stamp
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
002
18.08.2004, 10:45 Uhr
RedEagle




Wie geht das??
--
MFG RedEagle
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
003
18.08.2004, 10:57 Uhr
RedEagle



ist das evtl, was ich suche, bzw, ist das gut??


C++:
ifstream in;
in.open("\\\\Z8f8p82\\c\\ordner\\datei.txt");

if(!in.good())
{
//fehler beim öffnen
}


--
MFG RedEagle
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
004
18.08.2004, 10:59 Uhr
virtual
Sexiest Bit alive
(Operator)


Wenn Du einfach wissen willst, ob Du Deine Datei erfolgreich geöffnet hast, reicht das aus, ja.
--
Gruß, virtual
Quote of the Month
Ich eß' nur was ein Gesicht hat (Creme 21)
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
005
18.08.2004, 11:21 Uhr
RedEagle



gut, mehr möchte ich auch nicht wissen


--
MFG RedEagle
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
Seiten: > 1 <     [ C / C++ (WinAPI, Konsole) ]  


ThWBoard 2.73 FloSoft-Edition
© by Paul Baecher & Felix Gonschorek (www.thwboard.de)

Anpassungen des Forums
© by Flo-Soft (www.flo-soft.de)

Sie sind Besucher: