Behaviour of moose path
Created by: subhacom
Should following be equivalent?
/a/b/c
//a/b/c/
/a/b/./c (optional)
//a/b//c/
/a/////b/c
It might help when concating the paths e.g. '/' + '/model' and '/model/' + '/compt0' creates invalid paths in moose. Though this can also be managed at scripting level.
Reported by: dilawar