os.path.supports_unicode_filenames True if arbitrary Unicode strings can be used as file names (within limitations
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.gettempdir() Return the name of the directory used for temporary files. This defines the default value for the dir
left_list Files and subdirectories in a, filtered by hide and ignore.
Path.rmdir() Remove this directory. The directory must be empty.
Path.symlink_to(target, target_is_directory=False) Make this path a symbolic link to target. Under Windows, ta
Path.unlink() Remove this file or symbolic link. If the path points to a directory, use Path.rmdir() instead.
shutil.chown(path, user=None, group=None) Change owner user and/or group of the given path.
shutil.unregister_unpack_format(name) Unregister an unpack format. name is the name of the format.
PurePath.stem The final path component, without its suffix:
Page 11 of 19