Expand description
§Archives utilities
A toolbox of small utilities that extract files from archives. Useful for retrieving files from various types of archives like tar, tar.gz, zip.
Enums§
Statics§
Functions§
- archive_
extract_ all - Entry Point: Extract all contents from the provided archive into the selected destination directory The destination directory will be created if not already available It detects if it is a compressed archive using the magic numbers from: https://www.garykessler.net/library/file_sigs.html
- archive_
extract_ file - Entry Point: Extract the selected file from the provided archive into the selected destination directory It detects if it is a compressed archive using the magic numbers from: https://www.garykessler.net/library/file_sigs.html