Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How can I get the file name alone ?
How can I get the file name alone ?
my problem was concerning the tFTPFileProperties settings as I wanted to put the filename in the "file" field.
((String)globalMap.get("tFTPFileList_1_CURRENT_FILE")).substring(((String)globalMap.get("tFTPFileList_1_CURRENT_FILE")).lastIndexOf("/")+1)