System.Windows.Forms.OpenFileDialog.SafeFileNames Property

Gets an array of file names and extensions for all the selected files in the dialog box. The file names do not include the path.

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.Browsable(false)]
public string[] SafeFileNames { get; }

Value

Documentation for this section has not yet been entered.

Remarks

A safe file name (just the file name and extension without a path) can be used to improve security for applications because it does not expose path information. This property should be accessible to code running with limited trust.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0