DirListIsSymlink Property

This property indicates whether the entry is a symbolic link.

Syntax

Default Value

FALSE

Remarks

This property indicates whether the entry is a symbolic link. When the entry is a symbolic link the value of DirListIsDir will always be False since this information is not returned in the directory listing. To inspect a symlink to determine if it is a link to a file or folder set RemoteFile and query the FileAttributes.FileIsDir property.

The EntryIndex parameter specifies the index of the item in the array. The size of the array is controlled by the DirListCount property.

This property is read-only and not available at design time.

Data Type

Boolean

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDI 2020 C++ Edition - Version 20.0 [Build 8203]