Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Limits of Adir rows
Message
 
 
To
05/08/2005 15:17:57
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 6 SP3
OS:
Windows XP SP2
Network:
Windows NT
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01038984
Message ID:
01039001
Views:
24
>What is the maximum number of files that Adir() can capture info for?
>
>Can it have as many as 100,000 rows?

Ken,

VFP array before VFP9 are limited to 65,000 items which comes to 13,000 rows for ADIR. You can use SYS(2000) to loop through the files in a directory.
Anyway, it's not a good idea to store so many files in one directory because it could slow down file access. You should condider to split them into subdirectories.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform