Re: [Tutor] [Fwd: Re: simply moving files]]

2009-05-12 Thread sli1que
Dave Slashes in linux indicate a directory path. You use them when trying to specify paths. You can also use them to specify a path to a file. Sent from my Verizon Wireless BlackBerry -Original Message- From: David Date: Tue, 12 May 2009 20:07:10 To: Subject: [Tutor] [Fwd: Re

[Tutor] [Fwd: Re: simply moving files]]

2009-05-12 Thread David
Forwarded to the list, I would also like to understand the forward slash; os.system("mv %s/%s %s" % (src, fnames, dst)) -- Powered by Gentoo GNU/Linux http://linuxcrazy.com --- Begin Message --- On Tue, May 12, 2009 at 03:50:00PM -0400, David wrote: > David wrote: > > > >--