Click or drag to resize

VistaFileDialogFileNames Property

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

Namespace:  Ookii.Dialogs.Wpf
Assembly:  Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string[] FileNames { get; }

Property Value

Type: String
An array of type String, containing the file names of all selected files in the dialog box.
See Also