Source­CreateMissingFolders

ide.<ProgrammingLanguage>.SourceCreateMissingFolders = true | false (default=false)

This parameter can be used to activate the automatic creation of source directories that do not exist yet.

Entry in an LFET.Project.ini-file:
ide.Java.CreateMissingFolders = true
Entry in an LFET.Project.yaml-file:
ide.Java:
  Enabled: true

  Source:
    CreateMissingFolders: true

Further information: