Skip to content

Commit bc0a9b4

Browse files
Youssef1313BillWagner
authored andcommitted
Fix markdown. (#2739)
1 parent 19ca8d9 commit bc0a9b4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

xml/System.IO/File.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Type Name="File" FullName="System.IO.File">
1+
<Type Name="File" FullName="System.IO.File">
22
<TypeSignature Language="C#" Value="public static class File" />
33
<TypeSignature Language="ILAsm" Value=".class public auto ansi abstract sealed beforefieldinit File extends System.Object" />
44
<TypeSignature Language="DocId" Value="T:System.IO.File" />
@@ -62,13 +62,13 @@
6262
6363
In members that accept a path, the path can refer to a file or just a directory. The specified path can also refer to a relative path or a Universal Naming Convention (UNC) path for a server and share name. For example, all the following are acceptable paths:
6464
65-
- "c:\\\MyDir\\\MyFile.txt" in C#, or "c:\MyDir\MyFile.txt" in Visual Basic.
65+
- `"c:\\\MyDir\\\MyFile.txt"` in C#, or `"c:\MyDir\MyFile.txt"` in Visual Basic.
6666
67-
- "c:\\\MyDir" in C#, or "c:\MyDir" in Visual Basic.
67+
- `"c:\\\MyDir"` in C#, or `"c:\MyDir"` in Visual Basic.
6868
69-
- "MyDir\\\MySubdir" in C#, or "MyDir\MySubDir" in Visual Basic.
69+
- `"MyDir\\\MySubdir"` in C#, or `"MyDir\MySubDir"` in Visual Basic.
7070
71-
- "\\\\\\\MyServer\\\MyShare" in C#, or "\\\MyServer\MyShare" in Visual Basic.
71+
- `"\\\\\\\MyServer\\\MyShare"` in C#, or `"\\\MyServer\MyShare"` in Visual Basic.
7272
7373
For a list of common I/O tasks, see [Common I/O Tasks](~/docs/standard/io/common-i-o-tasks.md).
7474
@@ -979,7 +979,7 @@
979979
<exception cref="T:System.IO.IOException">An I/O error occurred while creating the file.</exception>
980980
<exception cref="T:System.NotSupportedException">
981981
<paramref name="path" /> is in an invalid format.</exception>
982-
<permission cref="T:System.Security.Permissions.FileIOPermission">for permission to read and write to the file described by the <paramref name="path" /> parameter. Security action: <see cref="F:System.Security.Permissions.SecurityAction.Demand" /> . Associated enumerations: <see cref="F:System.Security.Permissions.FileIOPermissionAccess.Read" />, <see cref="F:System.Security.Permissions.FileIOPermissionAccess.Write" /></permission>
982+
<permission cref="T:System.Security.Permissions.FileIOPermission">for permission to read and write to the file described by the <paramref name="path" /> parameter. Security action: <see cref="F:System.Security.Permissions.SecurityAction.Demand" />. Associated enumerations: <see cref="F:System.Security.Permissions.FileIOPermissionAccess.Read" />, <see cref="F:System.Security.Permissions.FileIOPermissionAccess.Write" /></permission>
983983
<related type="Article" href="~/docs/standard/io/index.md">File and Stream I/O</related>
984984
<related type="Article" href="~/docs/standard/io/how-to-read-text-from-a-file.md">Reading Text From A File</related>
985985
<related type="Article" href="~/docs/standard/io/how-to-write-text-to-a-file.md">How to: Write Text to a File</related>
@@ -5547,4 +5547,4 @@
55475547
</Docs>
55485548
</Member>
55495549
</Members>
5550-
</Type>
5550+
</Type>

0 commit comments

Comments
 (0)