Re: Dispatching default application for file, cross platform.
- From: Peter Otten <__peter__@xxxxxx>
- Date: Wed, 22 Aug 2007 12:04:28 +0200
Tim Golden wrote:
Hendrik van Rooyen wrote:
How do I do the equivalent of clicking (in SuSe) or double clicking (in
Windows) on a file?
In effect I want to tell the OS - take this file and feed it to the
application that is registered for it.
os.startfile
Unfortunately this is Windows-only.
For KDE you can use
$ kfmclient exec yourfile
Peter
.
- Follow-Ups:
- Re: Dispatching default application for file, cross platform.
- From: Tommy Nordgren
- Re: Dispatching default application for file, cross platform.
- From: Tim Golden
- Re: Dispatching default application for file, cross platform.
- References:
- Re: Dispatching default application for file, cross platform.
- From: Tim Golden
- Re: Dispatching default application for file, cross platform.
- Prev by Date: ActiveX control in python vs ActiveX control in vb 6 (piece of code)
- Next by Date: Re: File Read Cache - How to purge?
- Previous by thread: Re: Dispatching default application for file, cross platform.
- Next by thread: Re: Dispatching default application for file, cross platform.
- Index(es):