Hello all
I want to get a listing of files in a particular directory and turn that into a table in MS Access. I also want to get the lastmodified date of the file and also the filesize. Since the contents of the directory change, I'll need to refresh the table either automatically when the database opens or on demand. It looks like I'll need to use the Windows Script Host Object model reference to get those attributes but I'm not sure how to put this all together. Can someone help me? Thanks.
I want to get a listing of files in a particular directory and turn that into a table in MS Access. I also want to get the lastmodified date of the file and also the filesize. Since the contents of the directory change, I'll need to refresh the table either automatically when the database opens or on demand. It looks like I'll need to use the Windows Script Host Object model reference to get those attributes but I'm not sure how to put this all together. Can someone help me? Thanks.