DirListIsSymlink Property

This property indicates whether the entry is a symbolic link.

Object Oriented Interface

public function getDirListIsSymlink($entryindex);

Procedural Interface

ipworksedi_ftp_get($res, 10 , $entryindex);

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 PHP Edition - Version 20.0 [Build 8203]