FileHardLinkName Property

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

Syntax

ANSI (Cross Platform)
char* GetFileHardLinkName(int iFileIndex);
int SetFileHardLinkName(int iFileIndex, const char* lpszFileHardLinkName); Unicode (Windows) LPWSTR GetFileHardLinkName(INT iFileIndex);
INT SetFileHardLinkName(INT iFileIndex, LPCWSTR lpszFileHardLinkName);
- (NSString*)fileHardLinkName:(int)fileIndex;
- (void)setFileHardLinkName:(int)fileIndex:(NSString*)newFileHardLinkName;
#define PID_TAR_FILEHARDLINKNAME 10

IPWORKSZIP_EXTERNAL void* IPWORKSZIP_CALL IPWorksZip_Tar_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSZIP_EXTERNAL int IPWORKSZIP_CALL IPWorksZip_Tar_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);
IPWORKSZIP_EXTERNAL int IPWORKSZIP_CALL IPWorksZip_Tar_CheckIndex(void *lpObj, int propid, int arridx);

Default Value

""

Remarks

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

The FileIndex parameter specifies the index of the item in the array. The size of the array is controlled by the FileCount property.

This property is not available at design time.

Data Type

String

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