Skip to content

Commit 1cae047

Browse files
committed
Add links to other APIs
1 parent fd5fe1f commit 1cae047

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ 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.
12+
Packaged Windows App SDK apps can leverage [.NET APIs](/dotnet/) 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](/dotnet/api/system.io) APIs to read and write files, manage drives and folders, and work with memory streams to encode or decode string data.
1313

1414
## Read and write files with .NET APIs
1515

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ 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](/uwp/api/) 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.
12+
Packaged Windows App SDK apps can leverage [WinRT APIs](/uwp/api/) 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](/uwp/api/windows.storage) to query files and folders, retrieve file properties, and work with the **Pictures** library.
1313

1414
## Query files and folders
1515

0 commit comments

Comments
 (0)