PurePath.anchor The concatenation of the drive and root:
class pathlib.PureWindowsPath(*pathsegments) A subclass of PurePath, this path flavour represents Windows filesystem
os.path.splitunc(path) Deprecated since version 3.1: Use splitdrive
os.path.ismount(path) Return True if pathname path is a mount point: a point in a
os.path.expanduser(path) On Unix and Windows, return the argument with an initial component of ~ or ~user
PurePath.name A string representing the final path component, excluding the drive and root, if any:
shutil.move(src, dst, copy_function=copy2) Recursively move a file or directory (src) to another location (dst)
os.path.split(path) Split the pathname path into a pair, (head, tail) where tail is the last
class pathlib.PurePath(*pathsegments) A generic class that represents the system’s path flavour (instantiating it creates either
report_full_closure() Print a comparison between a and b and common subdirectories (recursively).
Page 9 of 19