Name: Anonymous 2009-08-08 13:12
I need to create a Python script that outputs a list of filenames (minus the extension) with the parent directory after it to a text file. Example
blahblahblah\NES\Super Mario Bros.zip
would become
Super Mario Bros NES
I have never programmed anything before. What do I need to do to accomplish this?
blahblahblah\NES\Super Mario Bros.zip
would become
Super Mario Bros NES
I have never programmed anything before. What do I need to do to accomplish this?