Skip to content

Commit 8929abb

Browse files
dsychinRon Petrusha
authored andcommitted
add reference to new samples (#2436)
* add links to new samples * Changed label #91 to #94 Related to dotnet/samples#898
1 parent 9162c7b commit 8929abb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

xml/Microsoft.VisualBasic.FileIO/FileSystem.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,9 @@
224224
225225
226226
## Examples
227-
The following example copies the contents of directory `TestDirectory1` into `TestDirectory2`, overwriting existing files.
227+
The following example copies the contents of directory `TestDirectory1` into `TestDirectory2`.
228228
229-
[!code-vb[VbVbcnMyFileSystem#49](~/samples/snippets/visualbasic/VS_Snippets_VBCSharp/VbVbcnMyFileSystem/VB/Class1.vb#49)]
229+
[!code-vb[VbVbcnMyFileSystem#49](~/samples/snippets/visualbasic/VS_Snippets_VBCSharp/VbVbcnMyFileSystem/VB/Class1.vb#94)]
230230
231231
Replace `C:\TestDirectory1` and `C:\TestDirectory2` with the path and name of the directory you wish to copy and the location to which you wish to copy it.
232232
@@ -293,9 +293,9 @@
293293
294294
295295
## Examples
296-
The following example copies the contents of directory `TestDirectory1` into `TestDirectory2`, overwriting existing files.
296+
The following example copies the contents of directory `TestDirectory1` into `TestDirectory2`, showing progress dialog and any error dialog.
297297
298-
[!code-vb[VbVbcnMyFileSystem#49](~/samples/snippets/visualbasic/VS_Snippets_VBCSharp/VbVbcnMyFileSystem/VB/Class1.vb#49)]
298+
[!code-vb[VbVbcnMyFileSystem#49](~/samples/snippets/visualbasic/VS_Snippets_VBCSharp/VbVbcnMyFileSystem/VB/Class1.vb#92)]
299299
300300
Replace `C:\TestDirectory1` and `C:\TestDirectory2` with the path and name of the directory you wish to copy and the location to which you wish to copy it.
301301
@@ -442,9 +442,9 @@
442442
443443
444444
## Examples
445-
The following example copies the contents of directory `TestDirectory1` into `TestDirectory2`, overwriting existing files.
445+
The following example copies the contents of directory `TestDirectory1` into `TestDirectory2`, showing progress dialog and any error dialog, and does nothing if the user clicks **Cancel** during the operation.
446446
447-
[!code-vb[VbVbcnMyFileSystem#49](~/samples/snippets/visualbasic/VS_Snippets_VBCSharp/VbVbcnMyFileSystem/VB/Class1.vb#49)]
447+
[!code-vb[VbVbcnMyFileSystem#49](~/samples/snippets/visualbasic/VS_Snippets_VBCSharp/VbVbcnMyFileSystem/VB/Class1.vb#93)]
448448
449449
Replace `C:\TestDirectory1` and `C:\TestDirectory2` with the path and name of the directory you wish to copy and the location to which you wish to copy it.
450450
@@ -3944,4 +3944,4 @@
39443944
</Docs>
39453945
</Member>
39463946
</Members>
3947-
</Type>
3947+
</Type>

0 commit comments

Comments
 (0)