Window.onFileDrop
機能/意味
File dropped
タイプ
Windowクラス
のイベント
構文
onFileDrop(
files
)
引数
files
It is an array object that stores the dropped file name.
説明
Occurs when a file is dropped on a window, such as from Explorer.
Even if a single file is dropped, an array object is passed as an argument (the first element is the file).