Search code examples
code-generationtelosys

Telosys - How to generate files outside the current project location?


I'm using Telosys code generator (the CLI tool).

Is it possible to generate files outside Telosys Tools project ?


Solution

  • Yes, it's possible, you can define the destination folder used by the generator.

    Just edit the “telosys-tools.cfg” file (in the "TelosysTools" folder )

    and set the “SpecificDestinationFolder” property

    Example for Linux :

    SpecificDestinationFolder=/dir1/dir2/dir3
    

    Example for Windows :

    SpecificDestinationFolder=C\:\\dir1\\dir2\\dir3