4

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

Is it possible to generate files outside Telosys Tools project ?

Roman Pokrovskij
  • 9,449
  • 21
  • 87
  • 142
JackPat99
  • 232
  • 1
  • 10

1 Answers1

3

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
lgu
  • 2,342
  • 21
  • 29