Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tFileList with absolute path

My question is easy to write:
  Actually, I see tFileList component only dumps the filename of each file.
  So, I'd like to get the absolute path of these ones.
  For example:
    Actual output: "elasticsearch.yml"
    Desired: "D:/projects/indexing/elasticsearch.yml"

Thanks for all in advanced.

Labels (2)
1 Reply
Jcs19
Creator II
Creator II

living_jordi wrote:
My question is easy to write:
  Actually, I see tFileList component only dumps the filename of each file.
  So, I'd like to get the absolute path of these ones.
  For example:
    Actual output: "elasticsearch.yml"
    Desired: "D:/projects/indexing/elasticsearch.yml"

Thanks for all in advanced.

try ((String)globalMap.get("tFileList_1_CURRENT_FILEPATH"))