Skip to content
  • Mark OLESEN's avatar
    ENH: added fileName::relative() method · 4dc45ef6
    Mark OLESEN authored
    - this currently just strips off the leading parent directory name
    
         "/this/path/and/subdirs/name"
    
         relative("/this/path")  -> "and/subdirs/name"
         relative("/this")       -> "path/and/subdirs/name"
    4dc45ef6