collectFiles

Using the file name of a string import Diet file, returns a list of all required files.

These files recursively include all imports or extension templates that are used. The type of the list is InputFile[].

  1. template collectFiles(string root_file)
    template collectFiles (
    string root_file
    ) {
    enum collectFiles;
    }
  2. template collectFiles(string root_file, alias root_contents)

Meta