QDrop
![]() |
![]() |
QD_GetDroppedFile(areaRef; fileIndex; filePath):error | |||
![]() |
areaRef | Longint | Area reference |
![]() |
fileIndex | Longint | File index |
![]() |
filePath | Text | File path |
![]() |
error | Longint | Error result |
Returns the pathname of a file that was dropped on a QDrop plug-in area.
Parameter areaRef is the reference to the plug-in area.
Parameter fileIndex specifies the index of the file.
Parameter filePath receives the full pathname of the file.
Note:
Calling this command outside of a drop handler method has no meaning.
For an example, see the sample code for the QD_SetDropHandler command.
Related commands
QD_CountDroppedFiles | Returns the number of files dropped on a QDrop plug-in area |