Indy 9
|
TOnDirectoryEvent = procedure (ASender: TIdFTPServerThread; var VDirectory: string) of object;
TOnDirectoryEvent is the event signalled to the TIdFTPServer.OnChangeDirectory, TIdFTPServer.OnMakeDirectory, and TIdFTPServer.OnRemoveDirectory event handlers. An FTP server implementation must assign a procedure to the event handlers to allow responding to the event notifications.