Info: OS: read and write
Read content of a directory:
# drefine the directory to read # read the directory
Example script : os_dir_read.py
Read an imgage into a variable:
# read the directory
Example script : os_dir_read.py (not there yet)
Write a file into a directory: # drefine the directory and file name to write the file into # create the file # write some text into it # close the file
Example script : os_dir_write.py
Write and read settings to/from the OS: Write several variables with attached values as settings into a file on the OS, and also read the them.
Example script : read_write_settings_to_OS.py Example script : read_write_settings_to_OS_descr.py
|
|
|
|