Skip to content
Snippets Groups Projects
Commit 9bd7ea59 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

ENH: added fileName::relative() method

- 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"
parent e98ff5ec
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment