thedark Second Lieutenant
Joined: 30 Jul 2005
Posts: 1074
|
Posted: Thu Aug 04, 2005 1:30 pm Post subject: Enhanced Environment Variables |
|
|
| For total control and flexibility there is a module ( environment ) that implements various functions to control your environment variables from within Python. AmigaPython discriminates between Global environment variables (in ENV:) and Local environment variables (shell-local). You're able to read, write and update both types of variables. For portability, os.environ contains both types. |
|