File and Directory Access¶
- os.path – Platform-independent manipulation of file names.
- fileinput – Process lines from input streams
- filecmp – Compare files
- tempfile – Create temporary filesystem resources.
- glob – Filename pattern matching
- fnmatch – Compare filenames against Unix-style glob patterns.
- linecache – Read text files efficiently
- shutil – High-level file operations.
- dircache – Cache directory listings