tar_archive_open

Function tar_archive_open 

Source
pub unsafe extern "C" fn tar_archive_open(
    archive: *mut TarArchive,
    path: *const c_char,
    mode: TarOpenMode,
) -> bool
Expand description

Open tar archive

§Arguments

  • archive - Tar archive object
  • path (direction in) - Path to the tar archive
  • mode - Open mode

§Returns

true if successful