Tag

Path Handling

0 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
Dec 20, 2024 · Fundamentals

Python Path Handling: os.path, pathlib, glob, and shutil Overview

This article provides a comprehensive guide to Python's path manipulation tools, covering the os.path module functions, the object‑oriented pathlib API, file‑matching with glob, and advanced file operations using shutil, complete with code examples and usage recommendations.

Path HandlingPythonfile system
0 likes · 17 min read
Python Path Handling: os.path, pathlib, glob, and shutil Overview