Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Existance of file
Message
De
17/12/2001 20:24:52
Jason Dalio
Northern Interior Regional Health Board
Prince George, Colombie Britannique, Canada
 
 
Information générale
Forum:
Visual Basic
Catégorie:
Autre
Divers
Thread ID:
00595396
Message ID:
00595420
Vues:
14
Use the Dir function. Ex:

Dim strFile as string

strFile = Dir("c:\somefile.txt")

If Dir = "" Then
'file does not exist
Else
'file does exist and strFile now equals "C:\somefile.txt"
End If
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform