Skip to content

Commit 5fee677

Browse files
jguadagnomairaw
authored andcommitted
1 parent b17ab42 commit 5fee677

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.IO/File.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,7 @@
936936
## Remarks
937937
The <xref:System.IO.FileStream> object created by this method has a default <xref:System.IO.FileShare> value of <xref:System.IO.FileShare.None>; no other process or code can access the created file until the original file handle is closed.
938938
939-
This method is equivalent to the <xref:System.IO.File.Create%28System.String%2CSystem.Int32%29> method overload using the default buffer size.
939+
This method is equivalent to the <xref:System.IO.File.Create%28System.String%2CSystem.Int32%29> method overload using the default buffer size of 4,096 bytes.
940940
941941
The `path` parameter is permitted to specify relative or absolute path information. Relative path information is interpreted as relative to the current working directory. To obtain the current working directory, see <xref:System.IO.Directory.GetCurrentDirectory%2A>.
942942
@@ -5486,4 +5486,4 @@
54865486
</Docs>
54875487
</Member>
54885488
</Members>
5489-
</Type>
5489+
</Type>

0 commit comments

Comments
 (0)