get external path of output [message #589908] |
Tue, 01 June 2010 08:19  |
Eclipse User |
|
|
|
Hello,
If no path is given when defining file statement, can I get the externally defined root directory property in the transformation code? How? Thanks for any reply!
Regards,
M
|
|
|
Re: get external path of output [message #590130 is a reply to message #589908] |
Mon, 21 June 2010 14:05  |
Eclipse User |
|
|
|
Hello,
There is no statement to do that in the language, but you can do this by
making an external java class, and call this one from MOFScript using the
java keyword.
The value is stored on the file properties of your transformation
(right-clicking the transformation will show the stored value) so you will
need to take a look at the MOFScript API.
Cheers,
G
|
|
|
Powered by
FUDForum. Page generated in 0.02493 seconds