Are there standard functions to perform absolute <--> relative path conversion in Delphi?
For example:
\'C:\\Projects\\Projec
TPath.Combine(S1, S2);
Should be available since Delphi XE.