Path.open(mode='r', buffering=-1, encoding=None, errors=None, newline=None) Open the file pointed to by the path, like the built-in
tempfile.gettempdirb() Same as gettempdir() but the return value is in bytes.
os.path.islink(path) Return True if path refers to a directory entry that is a symbolic link. Always False
shutil.which(cmd, mode=os.F_OK | os.X_OK, path=None) Return the path to an executable which would be run if the given cmd
tempfile.gettempdir() Return the name of the directory used for temporary files. This defines the default value for the dir
Path.group() Return the name of the group owning the file.
Path.symlink_to(target, target_is_directory=False) Make this path a symbolic link to target. Under Windows, ta
filecmp.cmpfiles(dir1, dir2, common, shallow=True) Compare the files in the two directories dir1 and dir2
shutil.unregister_unpack_format(name) Unregister an unpack format. name is the name of the format.
Path.rglob(pattern) This is like calling
Page 11 of 19