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()
76
76
// C:\Pictures\Saved Pictures\2019\Jan\
77
77
//
78
78
// 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\
80
80
// </Snippet4>
81
81
}
82
82
}
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ Module Program
72
72
' C:\Pictures\Saved Pictures\2019\Jan\
73
73
'
74
74
' 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\
76
76
' </Snippet4>
77
77
End Sub
78
78
End Module
You can’t perform that action at this time.
0 commit comments