InputFileNode
An InputFileNode represents a file that is present in the source folder for the generator.
Read-only Properties
- type: returns a NodeType constant
- path: returns the path to this resource (relative to the root folder the generator is working with)
- filename: returns the filename (including file extension)
- filenameWithoutExtension: returns the filename (without file extension)
Methods
getVariable(name)
Returns the value of the variable named name, or null
if it does not exist.