1.2k questions

1.4k answers

361 comments

339 users

Categories

Sidebar
0 votes
500 views
by (600 points)
I have a file loader for an extension of "ctl".  I need to do conditionally mapping if there is also a "dat" with the same name as the "ctl", as such I am using the following code

 

var sFile=qie.getFileNameWIthoutExt()

but how do I get the source directory?, or the directory the message was read from?

1 Answer

0 votes
You currently can't "easily", you would have to create a custom script on the source to keep the path in a channelcache.  BUT an enhancment is being done to keep the full path available..!
by (600 points)
...