Get Absolute Path of sandbox
Hello forum!
Is it possible to get the absolute path of my sandbox (where my generated XML files lies in) in Java. My use case includes a batch file, which needs this path as an input parameter.
Thanks in advance!
Best regards,
msch95
Is it possible to get the absolute path of my sandbox (where my generated XML files lies in) in Java. My use case includes a batch file, which needs this path as an input parameter.
Thanks in advance!
Best regards,
msch95
Please sign in to leave a comment.
You can do it using smodel language this way:
((Solution) module/a.b.c.sandbox/).getOutputPath()
Thanks Michael!