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
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment