Hi there,
Does ORQA have a function or parameter to define relative paths?
A use case of this would be when downloading jar files from URLs, they could be located under different path, e.g. d:\xxx\xxx\file.jar or /yyy/yy/yy/file.jar, under different systems. This location will be used lately when launching the jar files. Thus it would be better to use relative path instead of absolute path here.
Also, what functions can be used to determine which system a ORQA task is launched under, e.g. Linux / Windows / OS X / … ?
Thanks