[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Add volume header entry
Source position: libtar.pp line 204
public procedure TTarWriter.AddVolumeHeader( |
VolumeId: AnsiString; |
DateGmt: TDateTime |
); |
VolumeId |
|
Volume name to write |
DateGmt |
|
Timestamp of archive entry |
AddVolumeHeader adds a volume header entry to the archive. The entry is written with name VolumeID and timestamp DateGmt.
The volume header 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 hard link to archive |