7.5 Read and write functions

read( )
Read the file(s) defined by p_name. If the values of the files is None, they are simply ignored.

open_and_read( name,readfct)
Open and read the file name, using the reading function readfct.

write( )
Write the file(s) defined by p_name. If the values of the files is None, they are simply not written.

open_and_write( name,writefct)
Open and write the file name, using the wrinting function readfct.

write_num( name)
Write the content of the num in a file name.

read_num( name)
Not implemented yes.

See About this document... for information on suggesting changes.