Internet Direct (Indy) Version 9.0.1 Beta
|
TOnDirectoryEvent = procedure (ASender: TIdFTPServerThread; var ADirectory: 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.