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
0
2 comments
Do you need path to generated files (source_gen) from your sandbox (e.g. from a.b.c.sandbox)?
You can do it using smodel language this way:
((Solution) module/a.b.c.sandbox/).getOutputPath()
0
Avatar
Permanently deleted user
For the sandbox, because I need access to my generated xml file.

Thanks Michael!
0

Please sign in to leave a comment.