Gets a string that only contains the file name for the selected file.
Assembly: PresentationFramework (in PresentationFramework.dll)
Syntax . . :: . String
A String that only contains the file name for the selected file. The default is Empty, which is also the value when either no file is selected or a directory is selected.
Public ReadOnly Property SafeFileName As String
Getpublic string SafeFileName { get; }public:
property String^ SafeFileName {
String^ get ();
}member SafeFileName : string
Property Value
Type: SystemA String that only contains the file name for the selected file. The default is Empty, which is also the value when either no file is selected or a directory is selected.
Remarks
This value is the FileName with all path information removed. Removing the paths makes the value appropriate for use in partial trust applications, since it prevents applications from discovering information about the local file system.
If more than one file name is selected (length of SafeFileNames is greater than one) then this property contains only the first selected file name.
Platforms
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.