Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Empfohlene Antworten

Veröffentlicht

Hallo,

hat jemand eine Idee wie man in C überprüfen kann ob ein File schon vorhanden ist?

Servus

Müsste mit _dos_findfirst funzen. Glaube ich.

MVG

need-some-blood

Gibt 'fopen' aus der stdio.h nicht bei einem Versuch eine nicht vorhandene Datei zu öffnen einen entsprechenden Return-Code?

So mache ich das in MS-VC++ ...

... wobei ich zugegebenermaßen nie einen Unterschied zwischen "access(...)" und "_access(...)" gefunden habe.

#include <io.h>

...

if (access(filename, 0) != -1)

{

...

}

Geht das nicht, ist das zu sehr Microsoft oder gar nur C++ ?

Achso ... und das ist die Liste der File-Handling-Funktionen aus der msdn. :beagolisc

stat() wirft entsprechende Fehlermeldungen, wenn die Datei nicht existiert.

siehe auch stat(2) bzw hier

HTH & HAND

Gibt 'fopen' aus der stdio.h nicht bei einem Versuch eine nicht vorhandene Datei zu öffnen einen entsprechenden Return-Code?

Nein, fopen gibt lediglich NULL zurück wenn es die Datei nicht öffnen/erstellen konnte. Warum das so sagt es nicht.

Es gibt AFAIK keine standard Funktion dafür, sondern man muss eine Betriebssystem spezifische Funktion benutzen.

Unter Windows könnte man auch die CreateFile API benutzen.

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.