Primary
os.path.isdir() ⚬|Documentation|1st|20251021184353-00-⌔
os.path — Common pathname manipulations — Python 3 documentation#os.path.isdir
os.path.isdir(path,/)Return
Trueif path is anexistingdirectory. This follows symbolic links, so bothislink()andisdir()can be true for the same path.Changed in version 3.6: Accepts a path-like object.
Printed 2026-06-28.
(echo:: @ ᯤ)
Link to original
Secondary
• • •