Adds a collection of file names to the data object in the DataFormats.FileDrop format.
- filePaths
- A System.Collections.Specialized.StringCollection containing the file names.
A file drop list is a collection of strings containing path information for files.
A file drop list is stored in a data object as a string array. This method converts filePaths to a string array before adding it to the data object.
To retrieve a file drop list from the data object, first use the DataObject.ContainsFileDropList method to determine whether the data object contains data in that format before retrieving it with the DataObject.GetFileDropList method.