EssentialCSharp
EssentialCSharp copied to clipboard
Errata Page 259
but I found it in "Essential C# 5.0"
Change wording to clarify it is meant for imitation purposes, not that it actually reflects actual behavior of Path.Combine
@transbot If you are ok with it, I think this actually is clear on second thought unless you have a suggestion on the change. Stating that it is for demonstration only to give readers an idea of a simple implementation of System.IO.Path.Combine seems to make sense to me.
What I mean is that in this book (Essential C# 12.0), unlike Essential C# 5.0, the definition of the PathEx class is not provided.
So, as a new reader of Essential C# 12.0, it’s natural to wonder: What exactly is the PathEx class?