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 can I get the file or DCR path in FormAPI?
gursher
How can I get the path in FOrm API for the file saved or generated? I can get the path of that workarea by using parent.gworkarea but how to find the full path.
Find more posts tagged with
Comments
Migrateduser
The answer is actually in your question.
"path" is the name of the variable that you want to call. You can use this built in variable inside your code.
- or -
IWDatacapture.getDCRPath ()
Of course, this al depends on what version you are using. I am using TS 6.5 and am referencing that builds documentation.