_TOTALDROPPEDFILES

From QB64 Wiki
Revision as of 04:40, 9 April 2019 by imported>Odin
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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