B
Boni
Is there something already done to get absolute path from relative path, and
relative path from absolute path:
Example:
BasePath="c:\a\b\c"
RelativePath="..\e\f\g\..\m"
AbsolutePath=FindAbsolutePath(BasePath, RelativePath)
and the same in other direction
relative path from absolute path:
Example:
BasePath="c:\a\b\c"
RelativePath="..\e\f\g\..\m"
AbsolutePath=FindAbsolutePath(BasePath, RelativePath)
and the same in other direction