[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Add hard link to archive
Source position: libtar.pp line 203
public procedure TTarWriter.AddLink( |
Filename: AnsiString; |
Linkname: AnsiString; |
DateGmt: TDateTime |
); |
Filename |
|
Entry filename |
Linkname |
|
Target of hard link |
DateGmt |
|
Timestamp of entry |
AddLink adds a hard link entry to the archive. The entry has name FileName, timestamp DateGmt and points to LinkName.
The link entry is written with the current owner data and permissions.
|
Add a file to the archive |
|
|
Add stream contents to archive. |
|
|
Add a symbolic link to the archive |
|
|
Add directory to archive |
|
|
Add string as file data |
|
|
Add volume header entry |