Skip to content

Extension org.gramar.base Tag folder

chrisgerken edited this page Sep 14, 2015 · 2 revisions

folder Tag

The folder tag creates a new folder with the given name if that folder does not already exist.

  • string path - (required) The workspace-relative path of the folder to be created. The first level should be the project name.

Usage and examples

Place a taglib element within <taglibs> element in the gramar.config file in the root of your gramar:

<taglibs>
    <taglib  prefix="c" extension="org.gramar.base" />
</taglibs>

Return to org.gramar.base

Clone this wiki locally