Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion snippets/csharp/System.IO/Path/Combine/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ private static void Combine4()
// C:\Pictures\Saved Pictures\2019\Jan\
//
// The example displays the following output if run on a Unix-based system:
// C:\Pictures\Saved Pictures\2019\Jan\
// C:\Pictures\/Saved Pictures\/2019\/Jan\
// </Snippet4>
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Module Program
' C:\Pictures\Saved Pictures\2019\Jan\
'
' The example displays the following output if run on a Unix-based system:
' C:\Pictures\Saved Pictures\2019\Jan\
' C:\Pictures\/Saved Pictures\/2019\/Jan\
' </Snippet4>
End Sub
End Module