Dynamic Variable | Character String | Such that... |
---|---|---|
VOB Owner | (&) expands to the user value (cclarke) at runtime in VOBs that are owned by the user cclarke. (&_#) expands to the user value (cma_#) at runtime in VOBs that are owned by the user cma and therefore matches the users "cma_0" - "cma_9". |
|
VOB Primary Group | <&> expands to the group value <cm_team> at runtime in VOBs with a primary group of cm_team. <&_#> expands to the group value <cma_group_#> at runtime in VOB with a primary group of cma_group and therefore matches the users "cma_group_0" - "cma_group_9". |
|
Top of VOB | {&} expands to the VOB value {/vobs/some_vob} at runtime in the VOB /vobs/some_vob in UNIX and to {\some_vob} in Windows. {&/src} expands to the VOB directory value {/vobs/some_vob/src} at runtime for UNIX and {\some_vob\src} for Windows. |