Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
How to get a TPL's Generate path.
Nawin
Hello all
Can any one guide me how to get the path of an TPLfile generated output .
when i give this 'iwpt_get_ofile_name();' its giving me a path that's for preview. How to fetch the path for Generated outputs.
Thanks
Find more posts tagged with
Comments
nipper
When you are doing preview that is the generated filename. When you run generate then it will provide the right name.
Since a DCR can generate many different files, there is no way for TS to empirically know what the generated name would be.
Now when I do implementations, I have a method to calculate the generated name from the DCR. That is how I design things. If you have a consistent naming structure then you can too.
Nawin
Thanks Nipper .. its working :-)