Skip to content
  • Mark OLESEN's avatar
    ENH: extend fileName::relative() method · 2617c326
    Mark OLESEN authored
    - optionally replace stripped parent directory with the \<case\> shortcut
    
        "/this/path/and/subdirs/name"
    
        relative("/this/path")        -> "and/subdirs/name"
        relative("/this/path", true)  -> "\<case\>/and/subdirs/name"
    2617c326