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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.