When creating a PGP decryption task, how would I dynamically name the decrypted output file the same as the source file with the filename extension being different?
For example,
Source Filename: <some timestamped filename>.PGP
Destination File: <some timestamped filename>.TXT
or a real example,
Source Filename: DATA_06063008_150645_1.PGP
Destination Filename: DATA_06063008_150645_1.TXT
Thanks in advance
Nirchi