Computer Science Canada moving files. |
Author: | Saad85 [ Sun Mar 25, 2007 4:13 pm ] |
Post subject: | moving files. |
okay, so right now, i've got a whole bunch of jpegs in one folder. is it possible to move all of them into folders that have the same name as them? eg: before: c:/folder/1.jpg c:/folder/2.jpg c:/folder/3.jpg .. c:/folder/500.jpg after: c:/folder/1/1.jpg c:/folder/2/2.jpg c:/folder/3/3.jpg .. c:/folder/500/500.jpg |
Author: | Saad85 [ Sun Mar 25, 2007 6:40 pm ] |
Post subject: | RE:moving files. |
nevermind, i can figure it out. |
Author: | Saad85 [ Sun Mar 25, 2007 8:21 pm ] | ||
Post subject: | RE:moving files. | ||
okay, apparently i can't figure it out. what's wrong with this code? it should print out only the album names, but it prints out all the artists first then does some wierd stuff.
|
Author: | rahzab [ Thu Apr 05, 2007 4:00 pm ] |
Post subject: | Re: moving files. |
i need help with turing I can't open music files. how do I run the program to open mp3's? Do i need the location of the file, if anybody knows could they write the program? |
Author: | Clayton [ Thu Apr 05, 2007 9:24 pm ] |
Post subject: | RE:moving files. |
No, we cannot write the program for you. However, it is probably a good idea for you to look into the Music. module in Turing help, specifically Music.PlayFileReturn(), Music.Stop() and perhaps Music.PlayFileLoop(). By the way, Welcome to CompSci.ca ![]() |