It would be nice (maybe as an option?) to just remove characters from the beginning of the path instead. The reason is that the characters at the start of the path ("c:\users\username...") are often useless/redundant information whereas characters/folders at the end of the path are more valuable.
For example, given the path:
c:\users\myname\documents\2024\budgets\july\client xyz
If I only want a Path column width of 40 characters, this is currently displayed:
c:\users\myname\documents\...\client xyz --> but valuable information is lost!
whereas this would provide more information:
...documents\2024\budgets\july\client xyz
XYplorer Beta Club