Window.onFileDrop

Function/Meaning
File dropped
Type
Event of the Window class
Syntax
onFileDrop(files)
Arguments
files An Array object containing the names of the dropped files.
Description
Occurs when files are dropped onto the window from Explorer or other sources.
Even if a single file is dropped, an Array object is passed as the argument (the first element will be that file).