Sidebar

How do you get the source directory?

0 votes
375 views
asked Nov 3, 2015 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..!
answered Nov 3, 2015 by (600 points)
...