❔ ✅ Parsing path into parts with varying separators?
The traditional way to do this would be
But what if the path uses / instead of \ because as far as I am aware Windows will understand this, but that wouldn't be the
Thanks!
But what if the path uses / instead of \ because as far as I am aware Windows will understand this, but that wouldn't be the
DirectorySeparatorChar?Thanks!