FileIsSymlink Property

Whether or not the file or directory represented by these attributes is a symbolic link.

Object Oriented Interface

public function getFileIsSymlink();

Procedural Interface

ipworkssftp_sftp_get($res, 18 );

Default Value

false

Remarks

Whether or not the file or directory represented by these attributes is a symbolic link. This setting is only applicable when GetSymlinkAttrs is set to True. By default the attributes of the actual file referred to by the link (not the symbolic link itself) are returned and this property will always be False.

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

Data Type

Boolean

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks SFTP 2020 PHP Edition - Version 20.0 [Build 8263]