How can I get the current path or filename?
I didn't really find any answers in the net. this.path or app.path were suggested but I couldn't get it to work.
Thanks in advance for your answer!
Livecycle Designer ES 8.2.1.3144.1.471865
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
event.target.path.toString(); will give the full path including the filename.
event.target.documentFileName.toString(); will give the filename only.
Good luck,
Niall
Views
Replies
Total Likes
Hi,
event.target.path.toString(); will give the full path including the filename.
event.target.documentFileName.toString(); will give the filename only.
Good luck,
Niall
Views
Replies
Total Likes
Thank you very much for your prompt and most helpfull answer!
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies