The OnEvent_DownloadFileComplete event is fired when a download operation previously initiated by MsgPlus::DownloadFile completes.
OnEvent_DownloadFileComplete( [string] Url, [string] OutFile, [boolean] Success );
No value has to be returned by this event.
In addition to standard access errors, the Success parameter will be false if Url pointed to an existing but empty file.
If the file downloaded had a temporary purpose (to check for updates for example), remember to delete it when you're done reading it.
Event Source | Messenger Plus! |
---|---|
Availability | Messenger Plus! Live 4.20 |