|
NAMEarchive_entry_symlink_type ,
archive_entry_set_symlink_type —
miscellaneous functions for manipulating properties of
archive_entry
LIBRARYStreaming Archive Library (libarchive, -larchive)SYNOPSIS#include <archive_entry.h>
int
void
DESCRIPTIONThe functionarchive_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:
SEE ALSOarchive_entry(3), archive_entry_paths(3), archive_entry_stat(3), libarchive(3)
Visit the GSP FreeBSD Man Page Interface. |