Is there a way to determine the actual server path of say, the “data-in” directory, or any other project folders? I’m having a hard time finding the actual server folders.
Hi,
You may use a CTL function toAbsolutePath().
$out.0.yourOutputField = toAbsolutePath(getParamValue("DATAIN_DIR"));
Hope this helps.