shared file access in python

Peter Hansen peter at engcorp.com
Mon Jun 21 10:28:24 EDT 2004


Lev Elblert wrote:

> 2. msvcrt.lib does have a lot of functions, but not msvcrt module in
> Python. (correct me if I'm wrong)

http://docs.python.org/lib/module-msvcrt.html  shows there are a variety
of functions there (try typing "import msvcrt" as well), but I can't
see that they have what you need.

-Peter



More information about the Python-list mailing list