Since upgrading to version 5003, you'll be interested to note that on both my machines, the File.Copy fails to work
File.Copy(_SourceFolder.."\\Setup\\ClassicIT\\1024 *.bmp", _WindowsFolder, true, true, false, true, nil);
as also does the File.Extract
myDocs = Shell.GetFolder(SHF_MYDOCUMENTS);
Zip.Extract("\\Setup\\Pictures\\Pictures.zip", {"*.*"}, myDocs.."\\My Pictures\\", false, false, "", ZIP_OVERWRITE_NEVER, nil)
Now, I'm not really sure why this is, but I'm sure it's something simple that's been overlooked in the coding of APMS5 5.0.0.3
I noticed in several instances that File.Copy appeared to copy a bitmap file across to the destination, but the result was a bitmap with 0 bytes.
Now that's one for the books.
Cheers,
John

