Miscellaneous Process Manipulation With the os Module
Tuesday April 22, 2008
In order to make your Python code truly platform-independent, you pretty much have to use the
os module. While much of the system-level portability of Python is in os.path, there are several functions not included in that module which you will probably want to use. For more see "Miscellaneous Process-Oriented Functions", the latest in the series "Process Manipulation With Python's os Module".