Message
From
12/06/2008 02:37:47
 
 
To
Todo
General information
Fórum:
Visual FoxPro
Category:
Título:
Use Of ADIR()
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
ID da thread:
01323376
ID da mensagem:
01323376
Views:
102
Hi:

I've never used ADIR() nor arrays. I'm trying to get files names from a network directory (mapped as Z:\) into a VFP cursor. This is what I've tried so far:

SET PATH TO Z:\
filecount = ADIR(existingfiles,'*.MPG')

? filecount will display 24110
DISPLAY MEMEORY existingfiles will displays all of the file information.

Now, I'd like to get this information from array 'existingfiles' into a VFP cursor by doing the following:

CREATE CURSOR filedata FROM ARRAY existingfiles

This produces a "Array dimensions are invalid" error message.

What am I missing.

TIA
Next
Responder
Mapa
View