2.8 pathlib
Contents
Note
Click here to download the full example code or to run this example in your browser via Binder
2.8 pathlib#
Important
This lesson is still under development.
import os
from pathlib import Path
Path#
/home/docs/checkouts/readthedocs.org/user_builds/python-seekho/checkouts/dev/scripts/builtin_modules
print(type(path))
<class 'pathlib.PosixPath'>
Total running time of the script: ( 0 minutes 0.001 seconds)