I am working on TS 7.3.1.I want to set ceiling-dir and initial-dir of dynamically.I have locale-specific DCRs getting saved in separate folders: data\en_US and data\ca_FR.If en_US DCR is edited, I need to set the ceiling-dir and initial-dir to respective locale-specific folders. E.g. static\en_US\images or static\ca_FR\images.Did not find any method in FormAPI documentation to do this.Can anyone provide details, if you have tried similar thing already?Regards,Gauri
For the hack (unsupported) version, seehttp://devnet.interwoven.com/forums_vb/showthread.php?t=37304andhttp://devnet.interwoven.com/forums_vb/showthread.php?t=25112
Is there any out-of-the-box method/function/env variable that returns DCR path, that I can call in perl script?