[Tutor] simply moving files]]

Kent Johnson kent37 at tds.net
Wed May 13 12:15:53 CEST 2009


On Wed, May 13, 2009 at 3:58 AM, Alan Gauld <alan.gauld at btinternet.com> wrote:

> or for platform independance:
>
> os.sep.join([src,fnames])

or os.path.join(src, fnames)

Kent


More information about the Tutor mailing list