chdir
getcwd
listdir
mkdir
rename
rmdir
stat
system
unlink
(In fact, we were going to start a project using Python with a multi-platform
GUI. I chose those previous functions to be part of a general operating
system module as being generally available on all operating systems.)