Skip to content

Commit 936cbb7

Browse files
carlossanlopRon Petrusha
authored andcommitted
Port triple slash comment from System.IO to Docs (#2321)
* Port triple slash comment from System.IO to Docs * Apply suggestions from code review Suggestions from rpetrusha Co-Authored-By: carlossanlop <[email protected]>
1 parent 89a07a3 commit 936cbb7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xml/System.IO/FileSystemInfo.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1289,10 +1289,10 @@ On Unix platforms that do not support creation or birth time, this property retu
12891289
</ReturnValue>
12901290
<Parameters />
12911291
<Docs>
1292-
<summary>To be added.</summary>
1293-
<returns>To be added.</returns>
1292+
<summary>Returns the original path. Use the <see cref="P:System.IO.FileSystemInfo.FullName" /> or <see cref="P:System.IO.FileSystemInfo.Name" /> properties for the full path or file/directory name.</summary>
1293+
<returns>A string with the original path.</returns>
12941294
<remarks>To be added.</remarks>
12951295
</Docs>
12961296
</Member>
12971297
</Members>
1298-
</Type>
1298+
</Type>

0 commit comments

Comments
 (0)