how to delete PTS*.txt files from the app folder.
Use the File component and the correct path to the file
You have to delete them one by one
Use the LisfDirectory method to get a list of all files and subdirectories, then in a for each in list loop check if the file contains the text PTS and if yes, then delete it
Taifun