Is your feature request related to a problem? Please describe.
There are some cases when .NET BCL is not enough to work with pathes. So, some helper methods will be useful (e.g. Path.GetFileName(Path.GetDirectoryName(path))).
Describe the solution you'd like
I have already written some methods in project AlgorithmAnalysis. E.g. here.
Describe alternatives you've considered
Try to find some other useful methods in the Internet.
Additional context
Do not forget to write tests.
Is your feature request related to a problem? Please describe.
There are some cases when .NET BCL is not enough to work with pathes. So, some helper methods will be useful (e.g.
Path.GetFileName(Path.GetDirectoryName(path))).Describe the solution you'd like
I have already written some methods in project AlgorithmAnalysis. E.g. here.
Describe alternatives you've considered
Try to find some other useful methods in the Internet.
Additional context
Do not forget to write tests.