FireSTARR
Loading...
Searching...
No Matches
unpack Namespace Reference

Classes

class  TarFileWrapper
 

Functions

 check_file (output, archive, member, use_crc=False)
 
 check_archive (folder, mask, wrapper, file_mask, use_crc, output=None, force=False)
 
 check_zip (folder, mask, file_mask=' *.zip', use_crc=False, output=None, force=False)
 
 check_tar (folder, mask, file_mask=' *.tar.gz', use_crc=False, output=None, force=False)
 

Detailed Description

Extract specific files from archives

Function Documentation

◆ check_archive()

unpack.check_archive ( folder,
mask,
wrapper,
file_mask,
use_crc,
output = None,
force = False )
Check folder for all matching archives and extract matching files from them
Here is the call graph for this function:
Here is the caller graph for this function:

◆ check_file()

unpack.check_file ( output,
archive,
member,
use_crc = False )
Check if file from archive should be extracted and do it if so
Here is the caller graph for this function:

◆ check_tar()

unpack.check_tar ( folder,
mask,
file_mask = '*.tar.gz',
use_crc = False,
output = None,
force = False )
Check folder for all matching tar archives and extract matching files from them
Here is the call graph for this function:

◆ check_zip()

unpack.check_zip ( folder,
mask,
file_mask = '*.zip',
use_crc = False,
output = None,
force = False )
Check folder for all matching zip archives and extract matching files from them
Here is the call graph for this function: