IPWorks ZIP 2020 Python Edition

Questions / Feedback?

file_hard_link_name Property

The hard link name, for a file that represents a hard link.

Syntax

def get_file_hard_link_name(file_index: int) -> str: ...
def set_file_hard_link_name(file_index: int, value: str) -> None: ...

Default Value

""

Remarks

The hard link name, for a file that represents a hard link. If you specify file_hard_link_name the file will be added to the tar file as a hard link. You should specify the name of the link in file_compressed_name and the name of the linked file in file_hard_link_name.

The file_index parameter specifies the index of the item in the array. The size of the array is controlled by the file_count property.

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