Module html.Writer.Template.TemplateFileCopier

Info:

  • Copyright: 2020 wesen
  • Release: 0.1
  • License: MIT
  • Author: wesen

Class TemplateFileCopier

TemplateFileCopier.absoluteTemplateDirectoryPath The absolute path to the "templates" directory
TemplateFileCopier:new () TemplateFileCopier constructor.
TemplateFileCopier:copyTemplateFile (_relativeTemplateFilePath, _destinationPath) Copies a file from the "templates" directory to a specified destination path.


Class TemplateFileCopier

Copies files from the "templates" directory to other directories.
TemplateFileCopier.absoluteTemplateDirectoryPath
The absolute path to the "templates" directory
  • absoluteTemplateDirectoryPath string
TemplateFileCopier:new ()
TemplateFileCopier constructor.
TemplateFileCopier:copyTemplateFile (_relativeTemplateFilePath, _destinationPath)
Copies a file from the "templates" directory to a specified destination path.

Parameters:

  • _relativeTemplateFilePath string The path of the file to copy relative from the "templates" directory
  • _destinationPath string The destination path to copy the file to
generated by LDoc 1.4.6 Last updated 2020-06-01 14:04:23