Check out os.py in the standard libs. It configures for each OS. >>> os.name 'nt' --Darrell Gallion From: "Michael Hudson" <mwh21 at cam.ac.uk> > > Because I suspect the behaviour common to all the platforms that > Python runs on is so restricted as to be useless. >