Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ADIR not retreiving all directory filenames into DBF
Message
From
27/10/2002 13:24:33
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
ADIR not retreiving all directory filenames into DBF
Miscellaneous
Thread ID:
00715886
Message ID:
00715886
Views:
48
Hi,

I seem to be having a problem with retrieving ALL filenames & file info into a Dbf using the ADIR() and APPEND command. I use the following code:

USE DirPhotos IN 0 ALIAS DP EXCL
SELECT DP
ZAP

DECLARE aDirJpgFiles(1,5)
ADIR(aDirJpgFiles,(mHomePhotos_PAW)+'*.JPG')
APPEND FROM ARRAY aDirJpgFiles
RELEASE aDirJpgFiles
BROW

Anyone see any problems with the above code? If so, what would be the proper coding or work around?

Thanks
Roland
Next
Reply
Map
View

Click here to load this message in the networking platform