Are there standard functions to perform absolute <--> relative path conversion in Delphi?
For example:
\'C:\\Projects\\Projec
An alternate solution for RelToAbs is simply:
RelToAbs
ExpandFileName(IncludeTrailingPathDelimiter(BasePath) + RelPath)