File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
csharp/System.IO/Path/Combine
visualbasic/api/system.io/path/combine Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ private static void Combine4()
7676 // C:\Pictures\Saved Pictures\2019\Jan\
7777 //
7878 // The example displays the following output if run on a Unix-based system:
79- // C:\Pictures\Saved Pictures\2019\Jan\
79+ // C:\Pictures\/ Saved Pictures\/ 2019\/ Jan\
8080 // </Snippet4>
8181 }
8282}
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ Module Program
7272 ' C:\Pictures\Saved Pictures\2019\Jan\
7373 '
7474 ' The example displays the following output if run on a Unix-based system:
75- ' C:\Pictures\Saved Pictures\2019\Jan\
75+ ' C:\Pictures\/ Saved Pictures\/ 2019\/ Jan\
7676 ' </Snippet4>
7777 End Sub
7878End Module
You can’t perform that action at this time.
0 commit comments