os.system and quoted strings

2007-02-27 Thread svata
able dir+fileName doesn't get expanded as expected. Is there anything I omitted? svata -- http://mail.python.org/mailman/listinfo/python-list

Re: os.system and quoted strings

2007-02-27 Thread svata
On Feb 27, 2:36 pm, "Sriram" <[EMAIL PROTECTED]> wrote: > Hello svata, > It is always better to compose your string before you send it as a > command. > > try printing your command string out like this : > print 'gvim dir+fileName+".txt". You'