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 filenames that were dropped.
Return value
Returns a list of filenames or directories, all with full path. The individual names are separated by a Chr(10) (linefeed) character.
Supported OS
All