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)
capture Path and FileName insered in generate web
carletto
Is it possible capture in a template the "Path" and the "File" name that user insert in a "generate web page" form?
Find more posts tagged with
Comments
carletto
very simple....
my $dcr_name = iwpt_get_dcr_name();
my $pt_name = iwpt_get_pt_name();
my $output_file = iwpt_get_ofile_name();