Internet Direct (Indy) Version 9.0.2 Beta
|
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.