Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
FFC - _filer - how to get info after it's found a file?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00669886
Message ID:
00669925
Vues:
12
Sorry - ignore the code in the previous post bad case of cut paste delete a bit and not checking what's left!!!

Here we are...
local intFileCount, strPath
with thisform
.filefinder.cFileExpression = oApp.ProdExe
.filefinder.cSearchPath = "c:\"
.filefinder.find(0)
if vartype(.filefinder.oFiles) == "O" then
messagebox("Found")
strPath = .filefinder.files.item(1).path
else
messagebox("Not Found")
endif
endwith
Thanks again
Chris Maiden
Email
Web
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform