Skip to content

Commit b0cbc42

Browse files
authored
add see also links to getfolderpath on unix (#8812)
1 parent cb91f53 commit b0cbc42

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

xml/System/Environment.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1245,6 +1245,7 @@ The following example creates environment variables for the <xref:System.Environ
12451245
<exception cref="T:System.ArgumentException">
12461246
<paramref name="folder" /> is not a member of <see cref="T:System.Environment.SpecialFolder" />.</exception>
12471247
<exception cref="T:System.PlatformNotSupportedException">The current platform is not supported.</exception>
1248+
<related type="Article" href="/dotnet/core/compatibility/core-libraries/8.0/getfolderpath-unix">GetFolderPath behavior on Unix</related>
12481249
</Docs>
12491250
</Member>
12501251
<Member MemberName="GetFolderPath">
@@ -1311,10 +1312,12 @@ The following example creates environment variables for the <xref:System.Environ
13111312
</remarks>
13121313
<exception cref="T:System.ArgumentException">
13131314
<paramref name="folder" /> is not a member of <see cref="T:System.Environment.SpecialFolder" />.
1315+
13141316
-or-
13151317

13161318
<paramref name="options" /> is not a member of <see cref="T:System.Environment.SpecialFolderOption" />.</exception>
13171319
<exception cref="T:System.PlatformNotSupportedException">The current platform is not supported.</exception>
1320+
<related type="Article" href="/dotnet/core/compatibility/core-libraries/8.0/getfolderpath-unix">GetFolderPath behavior on Unix</related>
13181321
</Docs>
13191322
</Member>
13201323
<Member MemberName="GetLogicalDrives">

0 commit comments

Comments
 (0)