Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to capture the filename
Message
 
 
À
02/05/2009 04:19:31
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
01397594
Message ID:
01397610
Vues:
56
You can us ADIR() to get the list of files.
lcFolder = "c:\sendme"
lnFileCounrt = ADIR(laFileList, ADDBS(lcFolder) + "*.*")
>how to capture the filename from the particular folder with VFP command?
>
>eg: c:\sendme\readme.txt
> c:\sendme\manual.txt
>
>the files in the c:\sendme can be any name.
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform