Re: What is the LCD of osmodule

Consultant (amrit@xvt.com)
Sat, 26 Mar 1994 12:15:24 -0700 (MST)

>
>
> Does anyone happen to know what subset of posixmodule is supported
> under osmodule for all platforms ? What is the Least Common Denominator
> to write towards ?
>
>
I think the following functions can be relied upon:

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.)