mutapath.Path.lstat

Path.lstat()[source]

Like stat(), but do not follow symbolic links.

>>> Path('.').lstat() == Path('.').stat()
True

See also

stat(), os.lstat()