Indy 9
|
TOnRenameFileEvent = procedure (ASender: TIdFTPServerThread; const ARenameFromFile,ARenameToFile: string) of object;
TOnRenameFileEvent is the event type signalled to the TIdFTPServer.OnRenameFile event handler. TOnRenameFileEvent informs the server that it needs to perform the platform-specific API function calls needed to rename the file specified in ARenameFromFile to the name specified in ARenameToFile.
Applications must assign a procedure to the event handler for the TOnRenameFileEvent to allow responding to the event notification.