Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 987 Bytes

launcher_launchfolderasync_1551340761.md

File metadata and controls

32 lines (23 loc) · 987 Bytes
-api-id -api-type -api-device-family-note
M:Windows.System.Launcher.LaunchFolderAsync(Windows.Storage.IStorageFolder,Windows.System.FolderLauncherOptions)
winrt method
xbox

Windows.System.Launcher.LaunchFolderAsync

-description

Launches File Explorer with the specified options and displays the contents of the specified folder.

-parameters

-param folder

The folder to display in File Explorer.

-param options

Options that specify the amount of screen space that File Explorer fills, and the list of items to select in the specified folder.

-returns

The result of the operation.

-remarks

This API must be called from within an ASTA thread (also known as a UI thread).

-examples

-see-also

LaunchFolderAsync(IStorageFolder)