Skip to content
Snippets Groups Projects
Commit c6f8e24a authored by Brad King's avatar Brad King
Browse files

SystemTools: Fix CollapseFullPath with relative base path

Although `CollapseFullPath` is meant to construct a full path, it
is possible that a caller will provide a relative base path.
In this case, keep leading `../` components from the base path
instead of discarding them.
parent 15896025
No related branches found
No related tags found
1 merge request!145SystemTools: Fix CollapseFullPath with relative base path
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment