.. highlightlang:: us .. index:: GetDropFileNames .. _getdropfilenames: GetDropFileNames ================ .. us.tag GetDropFileNames ENGLISH FILE_MISC DialogBoxes :ref:`GetDropFileNames` displays a list box which can be used to drop files from the File Manager or Explorer. .. function:: svFileNames = GetDropFileNames() svFileNames = GetDropFileNames(svInitFileNames) .. us.return **Return Value** *svFileNames* are the names of the files. .. us.params **Parameters** .. uparam:: svInitFileNames *svInitFileNames* is a vector of file names to initiate the list box. .. seealso:: :ref:`GetOpenFileName` :sub:`id-1801909`