Folder
This node type will create a physical folder along with your output path during code generation. The name of the folder is the label of the node.
- Node Label: This is the node's name, initially inactive. To activate editing, double-click the input box.
- Node Type: This specifies the node type, such as file, folder, replacer, command, and more. Refer to the NodeType lookup above for available types.
- Disabled: This option enables the node to be ignored or not during code generation.
- Calculated Path: This allows you to see the path of the node you're currently working on locally on your machine.
- Stencil Type: This is the stencil you're currently using in your project.
- Override Calculated Path: This allows you to change the file path in the Calculated Path.
- Don't Overwrite Target:
- Do Not Generate On Error: This allows you to prevent the code from generating if it encounters any error.
- Last Node:
- Disable After Processing: This allows you to disable the node once the code generation is complete.
- Code Block:
- Database Dependent: This allows you to know if the node is relying on a database.
- Database: This allows you to select any database of your choice from the list of database lookups.
- Flags/Comments:
- [TODO]