FileDialogSelectedItems.Item Method
Gets a String that corresponds to the path of one of the files that the user selected from a file dialog box that was displayed using the Show method of the FileDialog object.
Syntax
expression.Item(Index)
expression Required. A variable that represents a FileDialogSelectedItems object.