Re: problems with opening files due to file's path

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?ISO-8859-1?Q?Gerhard_H=E4ring?=

    Re: problems with opening files due to file's path

    Alexnb wrote:
    Okay, so what I want my program to do it open a file, a music file in
    specific, and for this we will say it is an .mp3. Well, I am using the
    system() command from the os class. [...]
    >
    system("\"C:\Do cuments and Settings\Alex\M y Documents\My
    Music\Rhapsody\ Bryanbros\Weeze r\(2001)\04 - Island In The Sun.wma\"")
    [...]
    Try os.startfile() instead. It should work better.

    -- Gerhard

Working...