converge icon indicating copy to clipboard operation
converge copied to clipboard

pathJoin utility function

Open ryane opened this issue 9 years ago • 0 comments

Users often need to build a full file path from various path elements (a directory and file name param for example). It would be helpful to have some kind of fileJoin function so you don't have to worry about the position of trailing slashes. Perhaps something like:

{{fileJoin "/etc" (param `app-name) (param `config-file`)}}

ryane avatar Nov 15 '16 14:11 ryane