System.Windows.Forms.OpenFileDialog.SafeFileName Property

Gets the file name and extension for the file selected in the dialog box. The file name does not include the path.

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.Browsable(false)]
public string SafeFileName { 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