A small Program of mine used indy9(TidFTP),the question is:
I want to rename the file that download by idFTP's Get porcedure,the rename code was written in the "OnAfterGet" event of idFTP,but the file seems still open and refuse the rename operate.
How can I close the file before then rename operate(I can't get the Handle of the file) or how can I rename the file successfully?
TKS A LOT!