Skip to content

Commit b1985cd

Browse files
committed
Add descriptions to WinRT and .NET pages
1 parent d8eaece commit b1985cd

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

hub/apps/develop/files/dotnet-files.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
---
22
ms.assetid: 5931d63c-6b80-4e47-b371-ee299e308b8e
33
title: Access files and folders with Windows App SDK and .NET
4-
description: Learn about reading and writing files, working with folders, and reading drive and volume information with .NET APIs and the Windows App SDK.
4+
description: Packaged Windows App SDK apps can leverage .NET APIs for reading and writing files, working with folders, and reading drive and volume information.
55
ms.date: 06/16/2023
66
ms.topic: article
77
keywords: windows 10, windows 11, windows, winui, windows app sdk, dotnet
88
ms.localizationpriority: medium
99
---
1010
# Access files and folders with Windows App SDK and .NET
1111

12+
Packaged Windows App SDK apps can leverage .NET APIs for reading and writing files, working with folders, and reading drive and volume information. Additionally, any packaged desktop app can utilize both WinRT and Win32 APIs in the Windows SDK, as well as the APIs provided in the .NET SDK. This article provides guidance on how to use the .NET `System.IO` APIs to read and write files, manage drives and folders, and work with memory streams to encode or decode string data.
13+
1214
## Read and write files with .NET APIs
1315

14-
## Working with drives and folders in .NET
16+
## Manage drives and folders in .NET
17+
18+
## Encode and decode strings with MemoryStream
1519

1620
## See also
1721

hub/apps/develop/files/winrt-files.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
---
22
ms.assetid: 385ede76-fb55-4ef4-a16b-3d9ccfc7367a
33
title: Access files and folders with Windows App SDK and WinRT APIs
4-
description: Learn about using WinRT APIs with Windows App SDK apps for reading and writing app settings, file and folder pickers, and special sand-boxed locations such as the Video/Music library.
4+
description: Packaged Windows App SDK apps can leverage WinRT APIs for reading and writing app settings, file and folder pickers, and special sand-boxed locations such as the Video/Music library.
55
ms.date: 06/16/2023
66
ms.topic: article
77
keywords: windows 10, windows 11, windows, winui, windows app sdk, winrt
88
ms.localizationpriority: medium
99
---
1010
# Access files and folders with Windows App SDK and WinRT APIs
1111

12+
Packaged Windows App SDK apps can leverage WinRT APIs for reading and writing app settings, file and folder pickers, and special sand-boxed locations such as the Video/Music library. Additionally, any packaged desktop app can utilize both WinRT and Win32 APIs in the Windows SDK, as well as the APIs provided in the .NET SDK. This article provides guidance on how to use the WinRT storage APIs to query files and folders, retrieve file properties, and work with the **Pictures** library.
13+
1214
## Query files and folders
1315

1416
## Get file properties
1517

16-
## Files and folders in Windows libraries
18+
## Files and folders in the Pictures library
1719

1820
## See also
1921

0 commit comments

Comments
 (0)