openfoam/applications/test/fileName
Mark Olesen 9bd7ea593e 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"
2018-01-23 18:25:55 +01:00
..
Make
Test-fileName.C ENH: added fileName::relative() method 2018-01-23 18:25:55 +01:00