OnDirectoryList - cFTPTransfer
Triggered by the DirectoryList procedure for every file/directory found matching the given search pattern
Type: Event
Parameters
| Parameter | Type | Description |
|---|---|---|
| sFileNamer | String | File Name |
| iFileSize | Integer | File Size |
| iAttributes | Integer | File Attributes |
Syntax
Procedure OnDirectoryList String sFileNamer Integer iFileSize Integer iAttributes
Description
The OnDirectoryList event is triggered by the DirectoryList procedure for every file/directory found matching the given search pattern.
Performs nothing by default, intended for augmentation