Is there a nice way in the WinAPI to get a path relative to another path? For example:
Have a list of paths relative to:
a\b\c\d
And I'd like to change them all to paths relative to
a\b\c
Is there a neat way to do this or should I get path parsing?