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!
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.