Method | Description | |
---|---|---|
SaveTemplateFile ( string templateName, string contents, string outputPath, bool overwrite, Func |
Saves a template file into specific directory.
|
public static SaveTemplateFile ( string templateName, string contents, string outputPath, bool overwrite, Func |
||
templateName | string | The template name |
contents | string | The template contents |
outputPath | string | The file output path |
overwrite | bool | Overrides existing file |
shouldContinue | Func |
The confirmation action |
return | string |