Book a Demo

Author Topic: Specifying custom file name  (Read 3158 times)

pskop

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Specifying custom file name
« on: October 29, 2007, 05:37:46 am »
Hi,
is it possible specify filename and path inside
of custom code template ?
I need generate code for custom language (XML),
and I did not found how to specify default destination
directory and extension for each generated element.
Pavel.

«Midnight»

  • EA Guru
  • *****
  • Posts: 5651
  • Karma: +0/-0
  • That nice Mister Grey
    • View Profile
Re: Specifying custom file name
« Reply #1 on: October 29, 2007, 05:48:07 am »
Look into local paths in the EA documentation.
No, you can't have it!

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Specifying custom file name
« Reply #2 on: October 29, 2007, 01:02:25 pm »
For file extensions, have a look at putting your templates into an MDG technology file.  http://www.sparxsystems.com.au/EAUserGuide/index.html?addingcodemodulesinmdgtec.htm

pskop

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Specifying custom file name
« Reply #3 on: October 29, 2007, 11:33:19 pm »
Thank you, MDG custom file help us. Path sobstitution by local paths suits me well too.