I am trying to get the value of the OBDIR variable (which can be defined in the outbound pane of the fileset-local protocol properties) within a tcl procedure.
Why would I like to do this?
If a message will qualify for some kind of property then I want to write it in the default directory contained in the OBDIR field.
However, if the messager does nog qualify I want to write it in a subdirectory of this default directory, e.g. directory $OBDIR/disqualified.
Thus I do not have to depend on the absolute value of OBDIR but only have to take care that directory $OBDIR/disqualified does exist.
Any suggestions?
Greetz,
Micha