Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions xml/System.IO/File.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4624,7 +4624,11 @@ The following example moves a file.


-or- -or-


The caller does not have the required permission.</exception> The caller does not have the required permission.

-or

<paramref name="sourceFileName" /> and <paramref name="destinationFileName" /> specify the same existing directory.</exception>
</Docs> </Docs>
</Member> </Member>
<Member MemberName="Replace"> <Member MemberName="Replace">
Expand Down Expand Up @@ -4735,7 +4739,11 @@ The following example moves a file.


-or- -or-


The caller does not have the required permission.</exception> The caller does not have the required permission.

-or

<paramref name="sourceFileName" /> and <paramref name="destinationFileName" /> specify the same existing directory.</exception>
</Docs> </Docs>
</Member> </Member>
<Member MemberName="ResolveLinkTarget"> <Member MemberName="ResolveLinkTarget">
Expand Down