OpenFileDialog.FileNames Property

OpenFileDialogFileNames Property

Gets the names of all of the selected files in the dialog box

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public string[] FileNames { get; }
Public ReadOnly Property FileNames As String()
	Get

Property Value

Type: String
See Also