-
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 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 the content of the num in a file name.
-
Not implemented yes.
Release 4.0, documentation updated on February 2008.
See About this document... for information on suggesting changes.