Skip to content

Commit 381d91b

Browse files
Merge pull request #5803 from MicrosoftDocs/main
Auto Publish – main to live - 2025-09-10 16:39 UTC
2 parents 9b8aa88 + e9240c7 commit 381d91b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

hub/apps/develop/files/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ There are picker APIs available in the Windows App SDK version 1.8 and later. Th
2121

2222
| Topic | Description |
2323
|-------|-------------|
24-
| Open files and folders with pickers in WinUI | Use Windows App SDK file and folder pickers to let users browse and select files or folders in your WinUI app. The picker APIs provide a familiar Windows experience that helps users navigate their device and cloud storage locations. Learn how to let users select a file or folder to open using the [FileOpenPicker](/windows/windows-app-sdk/api/winrt/microsoft.windows.storage.pickers.fileopenpicker) and [FolderPicker](/windows/windows-app-sdk/api/winrt/microsoft.windows.storage.pickers.folderpicker) classes. |
25-
| Save a file with Windows App SDK picker in WinUI | When building WinUI apps and other Windows client apps, users often need to save files like documents, images, or other content to specific locations on their device. The Windows App SDK provides the [FileSavePicker](/windows/windows-app-sdk/api/winrt/microsoft.windows.storage.pickers.filesavepicker) class to create a consistent, user-friendly interface that lets users choose where to save files and what to name them. |
24+
| [Open files and folders with pickers in WinUI](using-file-folder-pickers.md) | Use Windows App SDK file and folder pickers to let users browse and select files or folders in your WinUI app. The picker APIs provide a familiar Windows experience that helps users navigate their device and cloud storage locations. Learn how to let users select a file or folder to open using the [FileOpenPicker](/windows/windows-app-sdk/api/winrt/microsoft.windows.storage.pickers.fileopenpicker) and [FolderPicker](/windows/windows-app-sdk/api/winrt/microsoft.windows.storage.pickers.folderpicker) classes. |
25+
| [Save a file with Windows App SDK picker in WinUI](pickers-save-file.md) | When building WinUI apps and other Windows client apps, users often need to save files like documents, images, or other content to specific locations on their device. The Windows App SDK provides the [FileSavePicker](/windows/windows-app-sdk/api/winrt/microsoft.windows.storage.pickers.filesavepicker) class to create a consistent, user-friendly interface that lets users choose where to save files and what to name them. |
2626

2727
### Key differences between WinRT and Windows App SDK pickers
2828

0 commit comments

Comments
 (0)