Skip to content

Commit 53c0cf5

Browse files
authored
Update FileSystemInfo.xml (#7665)
* Update FileSystemInfo.xml Changed summary for FileSystemInfo.LinkTarget * Update FileSystemInfo.xml Addressed review changes and added value * Update FileSystemInfo.xml Removed symbolic word
1 parent 204ff85 commit 53c0cf5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

xml/System.IO/FileSystemInfo.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1318,9 +1318,8 @@ The `Extension` property returns the <xref:System.IO.FileSystemInfo> extension,
13181318
<ReturnType>System.String</ReturnType>
13191319
</ReturnValue>
13201320
<Docs>
1321-
<summary>If this <see cref="T:System.IO.FileSystemInfo" /> instance represents a link, returns the link target's path.
1322-
If a link does not exist in <see cref="P:System.IO.FileSystemInfo.FullName" />, or this instance does not represent a link, returns <see langword="null" />.</summary>
1323-
<value>To be added.</value>
1321+
<summary>Gets the target path of the link located in <see cref="P:System.IO.FileSystemInfo.FullName" />, or <see langword="null" /> if this <see cref="T:System.IO.FileSystemInfo" /> instance doesn't represent a link.</summary>
1322+
<value>The target path of the link located in <see cref="P:System.IO.FileSystemInfo.FullName" />, or <see langword="null" /> if this <see cref="T:System.IO.FileSystemInfo" /> instance doesn't represent a link.</value>
13241323
<remarks>Symbolic links and junctions are the types of links this API can resolve.</remarks>
13251324
<related type="Article" href="/windows/win32/fileio/symbolic-links">Windows Developer - Symbolic Links</related>
13261325
<related type="Article" href="/windows/win32/fileio/reparse-points-and-file-operations">Windows Developer - Reparse Points and File Operations</related>

0 commit comments

Comments
 (0)