This topic has not yet been rated - Rate this topic

FileSavePickerUI.FileName | fileName property

Gets the full file name of the file to save, including the file type extension. The file name and extension are specified by the user.

Syntax


var fileName = fileSavePickerUI.fileName;

Property value

Type: String [JavaScript] | System.String [.NET] | Platform::String [C++]

The full file name, including the file type extension.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.Storage.Pickers.Provider
Windows::Storage::Pickers::Provider [C++]

Metadata

Windows.winmd

See also

FileSavePickerUI class

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.