IPWorks EDI 2020 Python Edition

Questions / Feedback?

dir_list_is_symlink Property

This property indicates whether the entry is a symbolic link.

Syntax

def get_dir_list_is_symlink(entry_index: int) -> bool: ...

Default Value

FALSE

Remarks

This property indicates whether the entry is a symbolic link. When the entry is a symbolic link the value of dir_list_is_dir 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 remote_file and query the file_attributes.file_is_dir property.

The entry_index parameter specifies the index of the item in the array. The size of the array is controlled by the dir_list_count property.

This property is read-only.

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