Datei vorhanden?
-
Hallo, ich will prüfen, ob eine Datei vorhanden ist oder nicht. Wie mache ich das am besten? Vielen Dank im voraus.
lg Torsten
-
http://msdn2.microsoft.com/en-us/library/system.io.file.exists(VS.80).aspx
System::IO::File::Exists(...);
-
Supi, danke dir.
lg Torsten