making tables

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

is there a way of making a table, from information from a folder.

ie File name, date created, modified?
 
See help on the Dir() function for an understanding of how to loop through
all the files in a folder.

Once you have the names, you can use FileDateTime(), FileAttr() to get the
other details.

For an example of how to loop through the files in a folder and subfolders,
and fill a list box with the file names, see this new article:
List files
at:
http://allenbrowne.com/ser-59.html
 
Back
Top