Skip to content

Commit 2555a12

Browse files
committed
Switch TOC order and add see also
1 parent 1657aff commit 2555a12

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ ms.localizationpriority: medium
1414
## Working with drives and folders in .NET
1515

1616
## See also
17+
18+
[Access files and folders with Windows App SDK and WinRT APIs](winrt-files.md)
19+
20+
[Files, folders, and libraries with Windows App SDK](index.md)

hub/apps/develop/files/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,9 @@ For examples of using the .NET APIs in a WinUI app, see [Access files and folder
5050
| [Fast access to file properties](/windows/uwp/files/fast-file-properties) | Efficiently gather a list of files and their properties from a library to use via the Windows Runtime APIs. |
5151

5252
## See also
53+
54+
[Access files and folders with Windows App SDK and WinRT APIs](winrt-files.md)
55+
56+
[Access files and folders with Windows App SDK and .NET APIs](dotnet-files.md)
57+
58+
[System.IO](/dotnet/api/system.io)

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@ ms.localizationpriority: medium
1616
## Files and folders in Windows libraries
1717

1818
## See also
19+
20+
[Access files and folders with Windows App SDK and .NET APIs](dotnet-files.md)
21+
22+
[Files, folders, and libraries with Windows App SDK](index.md)

hub/apps/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -445,10 +445,10 @@ items:
445445
items:
446446
- name: Files, folders, and libraries
447447
href: develop/files/index.md
448-
- name: Access files and folders with .NET
449-
href: develop/files/dotnet-files.md
450448
- name: File access with Windows Runtime APIs
451449
href: develop/files/winrt-files.md
450+
- name: Access files and folders with .NET
451+
href: develop/files/dotnet-files.md
452452
- name: Data and files overview
453453
href: develop/data-and-files.md
454454
- name: Communication

0 commit comments

Comments
 (0)