EventDropFiles()
语法
Result$ = EventDropFiles()概要
After a #PB_Event_GadgetDrop or #PB_Event_WindowDrop is received by WaitWindowEvent() or WindowEvent() with a format (can be get with EventDropType()) of #PB_Drop_Files, this function returns the dropped filenames.
参数
无.
返回值
Returns a list of filenames or directories, all with full path. The individual names are separated by a Chr(10) (linefeed) character.
参阅
EnableGadgetDrop(), EnableWindowDrop(), EventDropType(), EventDropAction(), EventDropX(), EventDropY()
已支持操作系统
所有