Is there a C# 4 workaround for Path.EndsInDirectorySeperator
I'm making a software on VS 2010 (Don't ask why, It's just faster to install on my PC and doesn't require having to connect my account) and a tutorial I'm watching mentions this C# 6(?) feature Path.EndsInDirectorySeperator
This obviously doesn't work on C#4 so I'm wondering if there's a workaround for it like there is for nameof
Comments
Post a Comment