Python - Test Automation Logo

Contents

  • Course Overview
  • Python Language
  • Python 3 Standard Library
    • Runtime Features
    • Application Building Blocks
    • The File System
      • os.path — Platform-independent Manipulation of Filenames
      • pathlib — Filesystem Paths as Objects
      • glob — Filename Pattern Matching
      • fnmatch — Unix-style Glob Pattern Matching
      • linecache — Read Text Files Efficiently
      • tempfile — Temporary File System Objects
      • shutil — High-level File Operations
      • filecmp — Compare Files
      • mmap — Memory-map Files
      • codecs — String Encoding and Decoding
      • io — Text, Binary, and Raw Stream I/O Tools
    • Text
    • Dates and Times
    • Data Persistence and Exchange
    • Data Compression and Archiving
    • Cryptography
    • Mathematics & Data Analysis
    • Concurrency with Processes
    • Networking, Internet / Web Services
    • GUI Frameworks
  • Python Test Frameworks
  • Resources
Python - Test Automation
  • Python 3 Standard Library
  • The File System
  • View page source

The File System

PyMOTW-3 - The File System

os.path — Platform-independent Manipulation of Filenames

  • os.path — Platform-independent Manipulation of Filenames

  • os.path — Common pathname manipulations

pathlib — Filesystem Paths as Objects

  • pathlib — Filesystem Paths as Objects

  • pathlib — Object-oriented filesystem paths

glob — Filename Pattern Matching

  • glob — Filename Pattern Matching

  • glob — Unix style pathname pattern expansion

fnmatch — Unix-style Glob Pattern Matching

  • fnmatch — Unix-style Glob Pattern Matching

  • fnmatch — Unix filename pattern matching

linecache — Read Text Files Efficiently

  • linecache — Read Text Files Efficiently

  • linecache — Random access to text lines

tempfile — Temporary File System Objects

  • tempfile — Temporary File System Objects

  • tempfile — Generate temporary files and directories

shutil — High-level File Operations

  • shutil — High-level File Operations

  • shutil — High-level file operations

filecmp — Compare Files

  • filecmp — Compare Files

  • filecmp — File and Directory Comparisons

mmap — Memory-map Files

  • mmap — Memory-map Files

  • mmap — Memory-mapped file support

codecs — String Encoding and Decoding

  • codecs — String Encoding and Decoding

  • codecs — Codec registry and base classes

io — Text, Binary, and Raw Stream I/O Tools

  • io — Text, Binary, and Raw Stream I/O Tools

  • io — Core tools for working with streams

Previous Next

© Copyright 2023, Miguel Miranda.

Built with Sphinx using a theme provided by Read the Docs.