|
47 | 47 | <format type="text/markdown"><]
|
60 |
| - [!code-vb[System.IO.FileAttributes#1](~/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.io.fileattributes/vb/example.vb#1)] |
61 |
| - |
| 74 | + [!code-vb[System.IO.FileAttributes#1](~/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.io.fileattributes/vb/example.vb#1)] |
| 75 | +
|
62 | 76 | ]]></format>
|
63 | 77 | </remarks>
|
64 | 78 | <altmember cref="M:System.IO.File.GetAttributes(System.String)" />
|
|
214 | 228 | </ReturnValue>
|
215 | 229 | <MemberValue>16</MemberValue>
|
216 | 230 | <Docs>
|
217 |
| - <summary>The file is a directory.</summary> |
| 231 | + <summary>The file is a directory. <see langword="Directory" /> is supported on Windows, Linux, and macOS.</summary> |
218 | 232 | </Docs>
|
219 | 233 | </Member>
|
220 | 234 | <Member MemberName="Encrypted">
|
|
290 | 304 | </ReturnValue>
|
291 | 305 | <MemberValue>2</MemberValue>
|
292 | 306 | <Docs>
|
293 |
| - <summary>The file is hidden, and thus is not included in an ordinary directory listing.</summary> |
| 307 | + <summary>The file is hidden, and thus is not included in an ordinary directory listing. <see langword="Hidden" /> is supported on Windows, Linux, and macOS.</summary> |
294 | 308 | </Docs>
|
295 | 309 | </Member>
|
296 | 310 | <Member MemberName="IntegrityStream">
|
|
369 | 383 | </ReturnValue>
|
370 | 384 | <MemberValue>128</MemberValue>
|
371 | 385 | <Docs>
|
372 |
| - <summary>The file is a standard file that has no special attributes. This attribute is valid only if it is used alone.</summary> |
| 386 | + <summary>The file is a standard file that has no special attributes. This attribute is valid only if it is used alone. <see langword="Normal" /> is supported on Windows, Linux, and macOS.</summary> |
373 | 387 | </Docs>
|
374 | 388 | </Member>
|
375 | 389 | <Member MemberName="NoScrubData">
|
|
524 | 538 | </ReturnValue>
|
525 | 539 | <MemberValue>1</MemberValue>
|
526 | 540 | <Docs>
|
527 |
| - <summary>The file is read-only.</summary> |
| 541 | + <summary>The file is read-only. <see langword="ReadOnly" /> is supported on Windows, Linux, and macOS. On Linux and macOS, changing the <see langword="ReadOnly" /> flag is a permissions operation.</summary> |
528 | 542 | </Docs>
|
529 | 543 | </Member>
|
530 | 544 | <Member MemberName="ReparsePoint">
|
|
562 | 576 | </ReturnValue>
|
563 | 577 | <MemberValue>1024</MemberValue>
|
564 | 578 | <Docs>
|
565 |
| - <summary>The file contains a reparse point, which is a block of user-defined data associated with a file or a directory.</summary> |
| 579 | + <summary>The file contains a reparse point, which is a block of user-defined data associated with a file or a directory. <see langword="ReparsePoint" /> is supported on Windows, Linux, and macOS. </summary> |
566 | 580 | </Docs>
|
567 | 581 | </Member>
|
568 | 582 | <Member MemberName="SparseFile">
|
|
0 commit comments