DHI / mikeio

Read, write and manipulate dfs0, dfs1, dfs2, dfs3, dfsu and mesh files.
https://dhi.github.io/mikeio
BSD 3-Clause "New" or "Revised" License
136 stars 53 forks source link

pathlib instead of os.path #601

Closed ecomodeller closed 9 months ago

ecomodeller commented 10 months ago

pathlib is the modern (since Python 3.4, i.e. 2014) to handle file paths. Let's use that instead of os.path consistently.