Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Find the number of files begining with arte
Message
From
16/02/2007 05:12:26
 
 
To
16/02/2007 04:49:41
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01196424
Message ID:
01196429
Views:
10
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform