Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Checking file
Message
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00559665
Message ID:
00561337
Vues:
23
Flores is right. And... you can also use the PathFileExists() SHLWAPI function to do the job. This function is located in the shlwapi.dll which ships with IE 4 or higher versions.

BOOL PathFileExists(
LPCTSTR pszPath
);

Declare Function PathFileExists Lib "shlwapi.dll" Alias "PathFileExistsA" (ByVal pszPath As String) As Long
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform