Python Module Tutorial - pathlib
Python’s os module provides many convenient functions for us to manipulate file/folder paths. After Python 3.4, a new module called pathlib was introduced, which encapsulates various file/folder related operations in classes such as Path
, making file/folder operations more object-oriented.
This article will explain and demonstrate the pathlib module.
Posted on Oct 19, 2020 in Python Programming - Beginner Level by Amo Chen ‐ 5 min read