GetDropFileNamesΒΆ

GetDropFileNames displays a list box which can be used to drop files from the File Manager or Explorer.

svFileNames = GetDropFileNames()
svFileNames = GetDropFileNames(svInitFileNames)

Return Value

svFileNames are the names of the files.

Parameters

svInitFileNames

svInitFileNames is a vector of file names to initiate the list box.

See also

GetOpenFileName

id-1801909