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!
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!