_TOTALDROPPEDFILES

From QB64 Wiki
Jump to navigation Jump to search

The _TOTALDROPPEDFILES function returns the number of items (files or folders) dropped in a program's window after _ACCEPTFILEDROP is enabled.


Syntax

totalFilesReceived& = _TOTALDROPPEDFILES


Description


Availability

  • Version 1.3 and up.


Examples

See also



Navigation:
Go to Keyword Reference - Alphabetical
Go to Keyword Reference - By usage
Go to Main WIKI Page