IPWorks EDI 2020 Python Edition

Questions / Feedback?

file_is_symlink Property

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

Syntax

def get_file_is_symlink() -> bool: ...

file_is_symlink = property(get_file_is_symlink, None)

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.

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