Skip to content

Commit 74de48f

Browse files
imba-tjdRon Petrusha
authored andcommitted
Specify overloads (dotnet#553)
1 parent e90ce5c commit 74de48f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xml/System.IO/FileInfo.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ C:\Users\userName\AppData\Local\Temp\tmp70CB.tmp was successfully deleted.
299299
<format type="text/markdown"><![CDATA[
300300
301301
## Remarks
302-
Use the <xref:System.IO.FileInfo.CopyTo%2A> method to allow overwriting of an existing file.
302+
Use the <xref:System.IO.FileInfo.CopyTo(System.String,System.Boolean)> method to allow overwriting of an existing file.
303303
304304
> [!CAUTION]
305305
> Whenever possible, avoid using short file names (such as XXXXXX~1.XXX) with this method. If two files have equivalent short file names then this method may fail and raise an exception and/or result in undesirable behavior
@@ -381,7 +381,7 @@ C:\Users\userName\AppData\Local\Temp\tmp70CB.tmp was successfully deleted.
381381
<format type="text/markdown"><![CDATA[
382382
383383
## Remarks
384-
Use this method to allow or prevent overwriting of an existing file. Use the <xref:System.IO.FileInfo.CopyTo%2A> method to prevent overwriting of an existing file by default.
384+
Use this method to allow or prevent overwriting of an existing file. Use the <xref:System.IO.FileInfo.CopyTo(System.String)> method to prevent overwriting of an existing file by default.
385385
386386
> [!CAUTION]
387387
> Whenever possible, avoid using short file names (such as XXXXXX~1.XXX) with this method. If two files have equivalent short file names then this method may fail and raise an exception and/or result in undesirable behavior
@@ -2093,4 +2093,4 @@ C:\Users\userName\AppData\Local\Temp\tmp70CB.tmp was successfully deleted.
20932093
</Docs>
20942094
</Member>
20952095
</Members>
2096-
</Type>
2096+
</Type>

0 commit comments

Comments
 (0)