directory path access

Christopher T King squirrel at WPI.EDU
Fri Aug 6 13:34:30 EDT 2004


On Fri, 6 Aug 2004, Yong Wang wrote:

>     In my memmory, there is a system command to display all directory
> paths the python program has accessed. What is command format ?

I don't think there is any way to find which paths have been accessed, 
but...

> I only remember use sys.path.append or insert to add the path.

sys.path is a list containing all paths in which Python will look for 
modules; dunno if this helps though.




More information about the Python-list mailing list