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/FileInfo.xml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -299,7 +299,7 @@ C:\Users\userName\AppData\Local\Temp\tmp70CB.tmp was successfully deleted.
299
299
<formattype="text/markdown"><![CDATA[
300
300
301
301
## 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.
303
303
304
304
> [!CAUTION]
305
305
> 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.
381
381
<formattype="text/markdown"><![CDATA[
382
382
383
383
## 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.
385
385
386
386
> [!CAUTION]
387
387
> 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.
0 commit comments