File size

  • Thread starter Thread starter Bill
  • Start date Start date
B

Bill

Can anyone help.
I am importing images files from a directory.

MyPath = "path"
MyNamejpg = Dir(MyPath + "*.jpg")
Do While MyNamejpg <> ""
'
'
loop
this will read all the jpgs in the directory and write to a table. Is there
a way to get each file size and store in field in table.
thanks!
 
Back
Top