Jump to content

Copy directory and sub-directories using file names as .txt files


rikkib

Recommended Posts

Hello I have a problem.

 

I have been trying to copy my music folders structure but not copying the mp3s; instead using the file names as a file name for a .txt file and inserting the URL to the file in the .txt file.

 

Eg.

 

E:\My Music

      folder 1

          folder 1.1

              file.mp3

      folder 2

      folder 3

 

to

 

G:\My Music

      folder 1

          folder 1.1

              file.txt

      folder 2

      folder 3

 

and inside "file.txt" would be one line saying "http://www.xxx.com/my_music/file.mp3

That's the problem, I'm not too sure about where to start. I'm very new to PHP; this is my first project any tips would be helpful.

 

I don't realy have any code to start with. I do have a little bit but all it does is show the files in the root and not the sub-directories. Also i have no idea how to add the file name minus extension to a variable to use for the .txt name

 

Any help at all would be great.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.