Date: File.DateTime returns the time in UTC. This info was missing in the help. I have added that.
Ok, thanks.
Is there an easy function to convert it to local time?
Size:Which Windows version are you using?
I am using Win7, 64Bit, all current updates installed.
iMatch 5.4.18
Did you check the file size returned by the DIR command in a command prompt window? Maybe Windows Explorer is wrong?
I did some further tests:
Win Explorer: 4092217
CMD Dir: 4092217
VBS FileSystemObject: 4092217 (see below)
iMatch File.Size: 4092218
Set objFSO = CreateObject("Scripting.FileSystemObject")
Set objF = objFSO.GetFile("Zoo_Augsburg_006.JPG")
mySize = objF.Size
Weird. Any ideas?