Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Find a Path
Message
 
 
À
08/08/2003 10:41:11
Steven Dyke
Safran Seats USA
Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00818232
Message ID:
00818243
Vues:
21
>Is there a function to fine the path of a file when only the file name in known?

Yes, if it's on VFP path.
lcFileName = ".."
IF FILE(lcFileName)
  lcFilePath = JUSTPATH(FULLPATH(lcFileName ))
ENDIF
Otherwise you'll have to search directories using ADIR(), WSH or VFP filer.dll.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform