( file_io )

Legend
Has corresponding code
No direct match, but an alternative exists
No corresponding code
-TODO
( .. )Not localized
Example Python
pytest
C++
GoogleTest
Swift
Testing
Kotlin
jUnit
Bash
bats
( file_output ) f.write() - - - -
( file_input ) f.read() - - - -
( file_input_line_one_by_one ) f.read() - - - -
( file_compare ) filecmp.cmp(a, b) - - - -
( example_file_line_count ) sum(1 for _ in f) - - - -
( file_io_with_gzip ) f.read(), f.write() - - - -