Path.exists() Whether the path points to an existing file or directory:
PurePath.match(pattern) Match this path against the provided glob-style pattern. Return True if matching is successful
stat.S_ISFIFO(mode) Return non-zero if the mode is from a FIFO (named pipe).
os.path.normcase(path) Normalize the case of a pathname. On Unix and Mac OS X, this returns the path unchanged; on case-insensitive
PurePath.drive A string representing the drive letter or name, if any:
shutil.get_terminal_size(fallback=(columns, lines)) Get the size of the terminal window. For
Path.lchmod(mode) Like Path.chmod() but, if the path points to a symbolic link, the symbolic link’s mode is changed
shutil.get_archive_formats() Return a list of supported formats for archiving. Each element of the returned sequence is a tuple
common_dirs Subdirectories in both a and b.
common_funny Names in both a and b, such that the type differs between the directories, or names for which
Page 17 of 19