We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a150563 commit ea89c54Copy full SHA for ea89c54
2 files changed
snippets/csharp/System.IO/Path/Combine/Program.cs
@@ -76,7 +76,7 @@ private static void Combine4()
76
// C:\Pictures\Saved Pictures\2019\Jan\
77
//
78
// The example displays the following output if run on a Unix-based system:
79
- // C:\Pictures\Saved Pictures\2019\Jan\
+ // C:\Pictures\/Saved Pictures\/2019\/Jan\
80
// </Snippet4>
81
}
82
snippets/visualbasic/api/system.io/path/combine/Program.vb
@@ -72,7 +72,7 @@ Module Program
72
' C:\Pictures\Saved Pictures\2019\Jan\
73
'
74
' The example displays the following output if run on a Unix-based system:
75
- ' C:\Pictures\Saved Pictures\2019\Jan\
+ ' C:\Pictures\/Saved Pictures\/2019\/Jan\
' </Snippet4>
End Sub
End Module
0 commit comments