1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-07 21:25:14 +00:00
qb64/internal/help/_TOTALDROPPEDFILES.md

1.4 KiB

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.

Example(s)

See Also