GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ARCHIVE_ENTRY_MISC(3) FreeBSD Library Functions Manual ARCHIVE_ENTRY_MISC(3)

archive_entry_symlink_type, archive_entry_set_symlink_type
miscellaneous functions for manipulating properties of archive_entry

Streaming Archive Library (libarchive, -larchive)

#include <archive_entry.h>

int
archive_entry_symlink_type(struct archive_entry *a);

void
archive_entry_set_symlink_type(struct archive_entry *a, int);

The function archive_entry_symlink_type() returns and the function archive_entry_set_symlink_type() sets the type of the symbolic link stored in an archive entry. These functions have special meaning on operating systems that support multiple symbolic link types (e.g. Microsoft Windows).

Supported values are:

AE_SYMLINK_TYPE_UNDEFINED
Symbolic link target type is not defined (default on unix systems)
AE_SYMLINK_TYPE_FILE
Symbolic link points to a file
AE_SYMLINK_TYPE_DIRECTORY
Symbolic link points to a directory

archive_entry(3), archive_entry_paths(3), archive_entry_stat(3), libarchive(3)
April 15, 2019 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.