Kingsway to Python: Files


fi00.py - Open file and write strings in it

fi01.py - Open file for text file read

fi02.py - File reading as a stream of bytes

fi03.py - Seek or set file pointer position and tell()

fi04.py - writeline() in a file

fi05.py - readlines(): read file text lines in a list

fi06.py - name() and mode() functions in development ...

fi08.py - get file number ID

fi10.py - File reading using exceptions

fi11.py - glob function for making file lists from directory

fi12.py - using print() for writing to file

fi14.py - iterate over the lines of a file