EDI Integrator 2016 C++ Builder Edition
EDI Integrator 2016 C++ Builder Edition
Questions / Feedback?

DirList Event

Fired when a directory entry is received.

Syntax

typedef void __fastcall (__closure *TibeSFTPDirListEvent)(System::TObject* Sender, TibeSFTPDirListEventParams *e);


__property TibeSFTPDirListEvent OnDirList = {read=FOnDirList, write=FOnDirList};

typedef struct {
     String DirEntry;
     String FileName;
     bool IsDir;
     __int64 FileSize;
     String FileTime;
} TibeSFTPDirListEventParams;

Remarks

The DirList events are fired when a directory listing is received as a response to a ListDirectory.

The StartTransfer and EndTransfer events mark the beginning and end of the event stream.

The DirEntry parameter contains the filename when ListDirectory is called.

The component tries to fill out the FileName, IsDir, FileSize, and FileTime parameters when calling the ListDirectory method.

The format of the FileTime parameter returned by the component can be controlled through the FileTimeFormat configuration setting. If no format is specified, the component will format the date dependent on the year. If the filetime is in the same year, it will be formatted as "MMM dd HH:mm", otherwise it will be formatted as "MMM dd yyyy".

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
EDI Integrator 2016 C++ Builder Edition - Version 16.0 [Build 7240]