IPWorks SSH 2020 JavaScript Edition

Questions / Feedback?

DirListIsSymlink Property

This property indicates whether the entry is a symbolic link.

Syntax

sftp.getDirListIsSymlink(index): boolean

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 size of the array is controlled by the DirListCount property.

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

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IPWorks SSH 2020 JavaScript Edition - Version 20.0 [Build 7525]