thanks a lot, it works
and sorry for intelligent questions:)
--
http://mail.python.org/mailman/listinfo/python-list
[palo]
| But I didn't find how to make windows to open
| a given directory in file expolorer)
| P.
At the risk of suggesting the obvious, have you tried:
import os
os.system ("explorer.exe c:\\temp")
or
import os
os.startfile ("c:\\temp")
or something similar?
TJG
_
Hello
I wrote a little script (that will be used only under Windows if at
all) where the user should choose a directory and the script will then
process some data files in the directory and write the result there. To
make it a bit more pleasant, it would be nice if the directory were
chosen by the