I'm using Tasker and have a step of List Files. I grab that result and stuff it into %files. I then go into a For loop reading %files and under items %files(). However, this is giving me the full path to the files such as /storage/emulated/0/Tasker. All I'd really like is the file name. Is there a step I can do before I enter this loop to truncate the variable results?
Goal would be to just get a list of file names and not the full path.