Returns true when the file passed as argument (of the colection sftp.listFiles) is a directory.
1 sftp.file.isDirectory
<sftp.file.isDirectory>
<Object /> +
</sftp.file.isDirectory>
Arguments | |||||
---|---|---|---|---|---|
Name | Type | Required | Unique | Nullable | Description |
EObject | ArrayList | Colection in which the information will be obtained. |
Returns | |
---|---|
Type | Description |
Boolean | Returns true if it is a directory and false if it is a normal file. |