does anyone have a suggestion on simplest way to check for the existence of a file
within the same directory where a python script was started without really opening it?
i've seen some people use this as a mechanism for informing an application of
an external event, signalling it for example to disable some functionalities,
or perhaps a thread. Is such an approach a good one? Are there other "simple" approaches that  might be better (if so, why is it/are they better?)

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to