EventDropFiles()

Syntax

Result$ = EventDropFiles()
Description
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.

Parameters

None.

Return value

Returns a list of filenames or directories, all with full path. The individual names are separated by a Chr(10) (linefeed) character.

See Also

EnableGadgetDrop(), EnableWindowDrop(), EventDropType(), EventDropAction(), EventDropX(), EventDropY()

Supported OS

All

<- EventDropBuffer() - DragDrop Index - EventDropImage() ->