Tag

archive

0 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
Apr 27, 2025 · Fundamentals

Using Python’s shutil Module for File and Directory Operations

This article introduces Python’s shutil module and demonstrates how to copy, move, rename, archive, and delete files and directories with concise code examples while highlighting important safety considerations.

CopyPythonarchive
0 likes · 3 min read
Using Python’s shutil Module for File and Directory Operations
Test Development Learning Exchange
Test Development Learning Exchange
Aug 25, 2024 · Fundamentals

Using Python's shutil Module for File and Directory Operations

This article introduces Python's built‑in shutil module, explains its key functions for copying, moving, deleting, archiving, and retrieving file information, and provides comprehensive code examples demonstrating how to prepare test files and perform common file‑system tasks such as copying files, moving directories, and creating archives.

CopyMovearchive
0 likes · 7 min read
Using Python's shutil Module for File and Directory Operations
Laravel Tech Community
Laravel Tech Community
Apr 21, 2021 · Backend Development

zip_read() – Read the Next Entry in a ZIP Archive

The article explains PHP’s zip_read() function, detailing its purpose of reading the next entry in an opened ZIP archive, describing the required $zip resource parameter, and outlining the possible return values including the entry resource, FALSE when no more entries exist, or error codes.

BackendPHParchive
0 likes · 2 min read
zip_read() – Read the Next Entry in a ZIP Archive
Laravel Tech Community
Laravel Tech Community
Mar 31, 2021 · Backend Development

zip_entry_close() – Close a ZIP Archive Entry in PHP

The article explains the PHP function zip_entry_close(), which closes a directory entry obtained from a ZIP archive, details its syntax, parameters, return values, and provides a complete example demonstrating its usage within a typical zip handling workflow.

BackendPHParchive
0 likes · 2 min read
zip_entry_close() – Close a ZIP Archive Entry in PHP
Laravel Tech Community
Laravel Tech Community
Mar 28, 2021 · Backend Development

PHP zip_entry_read – Read an Opened Zip Archive Entry

The article explains PHP’s zip_entry_read function, detailing its purpose, parameters, return values, and provides a complete example demonstrating how to open a zip archive, iterate through entries, read their contents, and close resources.

BackendPHParchive
0 likes · 2 min read
PHP zip_entry_read – Read an Opened Zip Archive Entry
Laravel Tech Community
Laravel Tech Community
Mar 25, 2021 · Backend Development

zip_read() – Read the Next Entry in a ZIP Archive (PHP)

The article explains PHP’s zip_read() function, detailing its purpose, required zip resource parameter, return values (including FALSE when no more entries), and provides a concise example showing how to open a ZIP file, read an entry, and close the archive.

Backendarchivefile-handling
0 likes · 2 min read
zip_read() – Read the Next Entry in a ZIP Archive (PHP)
Laravel Tech Community
Laravel Tech Community
Jan 27, 2021 · Operations

baulk 2.0 Introduces Experimental untar and unzip Commands with Advanced ZIP Features

The Windows‑only baulk package manager version 2.0 adds experimental untar and unzip sub‑commands, detailing untar's support for various tar formats and unzip's robust baulk::archive::zip implementation that handles many compression methods, filename encoding detection, SIMD‑accelerated decompression, and strict path security.

Windowsarchivebaulk
0 likes · 3 min read
baulk 2.0 Introduces Experimental untar and unzip Commands with Advanced ZIP Features