Skip to content
  • Mark OLESEN's avatar
    ENH: extend fileName::relative() method · b1a0007c
    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"
    b1a0007c