Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Find the number of files begining with arte
Message
De
16/02/2007 05:12:26
 
 
À
16/02/2007 04:49:41
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01196424
Message ID:
01196429
Vues:
11
>Hi all
>
>I would want to find in a folder ; the number of file begin with arte like (*arte)
>
>Best regards
local aa[1]
&& begin with arte
NumberOfFiles = adir(aa, addbs('C:\dir1\dir') + 'arte*.*', 'DHS')

&& arte in the name
NumberOfFiles = adir(aa, addbs('C:\dir1\dir') + '*arte*.*', 'DHS')
Gregory
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform