I have a string
(A file location) = "C:\User\Projects\54a2135.tif"
There are several tiff files in the location and I will need to pick them and move them to a different folder.
My difficulty is in getting only the .tif file . I tried string.match, string.gsub, string.find but unable to achieve that. Is there any advice on how I extract just the .tif file (In this case 54a2135.tif) from that string?