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.

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

Was this article helpful?