rikkib Posted October 13, 2011 Share Posted October 13, 2011 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 https://forums.phpfreaks.com/topic/249003-copy-directory-and-sub-directories-using-file-names-as-txt-files/ Share on other sites More sharing options...
trq Posted October 13, 2011 Share Posted October 13, 2011 And your code is? Link to comment https://forums.phpfreaks.com/topic/249003-copy-directory-and-sub-directories-using-file-names-as-txt-files/#findComment-1278817 Share on other sites More sharing options...
rikkib Posted October 13, 2011 Author Share Posted October 13, 2011 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 https://forums.phpfreaks.com/topic/249003-copy-directory-and-sub-directories-using-file-names-as-txt-files/#findComment-1278918 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.