exception shutil.Error This exception collects exceptions that are raised during a multi-file operation. For copytree()
Path.is_char_device() Return True if the path points to a character device (or a symbolic link pointing to a character
PurePath.as_posix() Return a string representation of the path with forward slashes (/):
os.path.isabs(path) Return True if path is an absolute pathname. On Unix, that means it begins with a
exception shutil.SameFileError This exception is raised if source and destination in copyfile() are the same file
os.path.getsize(path) Return the size, in bytes, of path. Raise
PurePath.suffixes A list of the path’s file extensions:
report() Print (to sys
class fileinput.FileInput(files=None, inplace=False, backup='', bufsize=0, mode='r', openhook=None) Class FileInput
Path.resolve() Make the path absolute, resolving any symlinks. A new path object is returned:
Page 6 of 19