I have an interface where all i have to do is pick up a file from a directory and ftp it to another location. The issue I have is that the file is named zimm0101.txt.pgp. The 0101 is month and day evey file will be structured this way. I need to pick up this file and ftp it as zimm0101.pgp. Does anybody know a good way of removing just the .txt from this file before ftping it?