I want to combine registry key path fragments together without worrying about correct backslash separators, which is similar in spirit to Path.Combine… or can I perhaps just abuse Path.Combine for this purpose?
I want to combine registry key path fragments together without worrying about correct backslash
Share
You can use
Path.Combinefor this.