It was kindof a stupid mistake on my part: I had to put 'import os' at
the very beginning, and not only in one of my two function definitions.
Thanks anyway, thanks to your link I also found how to change the colour
of the console...neat :p !
Tim
Hans Nowak wrote:
>tim wrote:
>
>
>
>>I want t
tim wrote:
> I want to write a program that looks into a given folder, groups files
> that have a certain part of the filename in common and then copy those
> groups one at a time to another place, using the raw_input prompt to
> continue or break.
>
> [...]
>
> It works fine when I run this
I want to write a program that looks into a given folder, groups files
that have a certain part of the filename in common and then copy those
groups one at a time to another place, using the raw_input prompt to
continue or break.
here's what I have:
###
def makegroepen():
global p