On 2009-01-16, Michael Hoffman <9qobl2...@sneakemail.com> wrote:
> Is there a portable way to find the full path of a filename that would 
> be called by os.execvp()?

Yes.  Use os.path.abspath() on the name before you call it with
os.execvp()

-- 
Grant Edwards                   grante             Yow! !  The land of the
                                  at               rising SONY!!
                               visi.com            
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to