quote:
Originally posted by Ezra
Isn't it possible to just use this:
code:
if(MsgPlus.DownloadFile){
//use new MsgPlus.DownloadFile
}else{
//use URLDownloadToFileW api
}
nope....
If the Plus! function DownloadFile exists (thus from build 4.20.262 onwards), this will generate an error. Plus! objects aren't the normal JScript objects, they work differently.