From 57f88751798c0fff10b147fa455aa3d31dfe58a2 Mon Sep 17 00:00:00 2001 From: Next Turn <45985406+NextTurn@users.noreply.github.com> Date: Sun, 9 Feb 2020 11:27:34 +0800 Subject: [PATCH] Fix File.Move exceptions --- xml/System.IO/File.xml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/xml/System.IO/File.xml b/xml/System.IO/File.xml index 4dd557f31fd..e75115e01cb 100644 --- a/xml/System.IO/File.xml +++ b/xml/System.IO/File.xml @@ -2472,11 +2472,12 @@ The following example moves a file. ]]> - The destination file already exists. - - -or- - - was not found. + + already exists. + + + was not found. + or is . @@ -2549,6 +2550,9 @@ The following example moves a file. ]]> + already exists and is . + + was not found. or is .