Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 711 Bytes

file_manip.md

File metadata and controls

19 lines (16 loc) · 711 Bytes
tags
ecosystem

File Manipulation

  • CCIO: Part of Containers. Provides several functions for manipulating files.
  • Stdio: Jane Street library providing expanded handling of input and output from files.
  • Fpath: a cross-platform file path manipulation library.
  • Directories: cross-platform support for config, cache and data paths.

Low Level

  • Bitstring: Low level manipulation of bits in a file or bytes object.