You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.IO.Enumeration/FileSystemEntry.xml
+30-30Lines changed: 30 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@
23
23
</Attribute>
24
24
</Attributes>
25
25
<Docs>
26
-
<summary>To be added.</summary>
26
+
<summary>Provides a lower level view of <seecref="T:System.IO.FileSystemInfo" /> to help process and filter find results.</summary>
27
27
<remarks>To be added.</remarks>
28
28
</Docs>
29
29
<Members>
@@ -47,8 +47,8 @@
47
47
<ReturnType>System.IO.FileAttributes</ReturnType>
48
48
</ReturnValue>
49
49
<Docs>
50
-
<summary>To be added.</summary>
51
-
<value>To be added.</value>
50
+
<summary>Gets the attributes for this entry.</summary>
51
+
<value>The attributes for this entry.</value>
52
52
<remarks>To be added.</remarks>
53
53
</Docs>
54
54
</Member>
@@ -72,8 +72,8 @@
72
72
<ReturnType>System.DateTimeOffset</ReturnType>
73
73
</ReturnValue>
74
74
<Docs>
75
-
<summary>To be added.</summary>
76
-
<value>To be added.</value>
75
+
<summary>Gets the creation time for the entry or the oldest available time stamp if the operating system does not support creation time stamps.</summary>
0 commit comments