Discussion:
Populate Table with Directory FileNames
(too old to reply)
Rudy Vela
2004-10-28 21:14:42 UTC
Permalink
Does anyone know how to populate a table with the filenames of a Windows
directory?
Dan Freeman
2004-10-28 21:28:56 UTC
Permalink
Use ADIR() to get an array of file names, and then APPEND FROM ARRAY to get
the names into your table.

Dan
Post by Rudy Vela
Does anyone know how to populate a table with the filenames of a
Windows directory?
Loading...