Pathlib
A module that provides types representing filesystem paths with semantics appropriate for different operating systems.
Unlike std::path::Path
, Pathlib
is a full-featured path manipulation library that provides a high-level API for path operations.