Refactor|libdeng2: Added a separate method for removing base path
Prettifying a native path is not the same as removing the base path. Now there is NativePath::omitBasePath(), while NativePath::pretty() replaces known paths with shorter symbols. This makes the latter usable within libdeng2.
Refactor|libdeng2: Added a separate method for removing base path
Prettifying a native path is not the same as removing the base path.
Now there is NativePath::omitBasePath(), while NativePath::pretty()
replaces known paths with shorter symbols. This makes the latter
usable within libdeng2.