shutil.unregister_archive_format()
  • References/Python/Python/File & Directory Access

shutil.unregister_archive_format(name) Remove the archive format name from the list of supported formats.

2025-01-10 15:47:30
shutil.rmtree.avoids_symlink_attacks
  • References/Python/Python/File & Directory Access

rmtree.avoids_symlink_attacks Indicates whether the current platform and implementation provides a symlink attack resistant

2025-01-10 15:47:30
pathlib.PurePath.suffix
  • References/Python/Python/File & Directory Access

PurePath.suffix The file extension of the final component, if any:

2025-01-10 15:47:30
pathlib.PurePath.name
  • References/Python/Python/File & Directory Access

PurePath.name A string representing the final path component, excluding the drive and root, if any:

2025-01-10 15:47:30
filecmp.DEFAULT_IGNORES
  • References/Python/Python/File & Directory Access

filecmp.DEFAULT_IGNORES New in version 3.4.

2025-01-10 15:47:30
pathlib.PurePath.anchor
  • References/Python/Python/File & Directory Access

PurePath.anchor The concatenation of the drive and root:

2025-01-10 15:47:30
shutil.move()
  • References/Python/Python/File & Directory Access

shutil.move(src, dst, copy_function=copy2) Recursively move a file or directory (src) to another location (dst)

2025-01-10 15:47:30
pathlib.PurePath
  • References/Python/Python/File & Directory Access

class pathlib.PurePath(*pathsegments) A generic class that represents the system’s path flavour (instantiating it creates either

2025-01-10 15:47:30
glob.iglob()
  • References/Python/Python/File & Directory Access

glob.iglob(pathname, recursive=False) Return an iterator which yields the same values

2025-01-10 15:47:30
os.path.splitunc()
  • References/Python/Python/File & Directory Access

os.path.splitunc(path) Deprecated since version 3.1: Use splitdrive

2025-01-10 15:47:30