Avatar of mlcktmguy
mlcktmguy
Flag for United States of America

asked on 

Reading the Contents of a Directory In Access VBA

From within my Access 2003 application I would like a routine to read a list of the contents of a directory, including file name, file type, file size and date/time stamp of the file.

I will pass the directory name (example: 'C:\Program\Test')  to the routine and based on the file name and file type I will initiate pertinent logic.
Microsoft AccessVisual Basic Classic

Avatar of undefined
Last Comment
mlcktmguy

8/22/2022 - Mon