shivam0101 Posted January 8, 2009 Share Posted January 8, 2009 Hi, I am looking for a script where directory tree is listed with delete link (folder and files). If there is any script allready in web please give me the link of it. Thanks Link to comment https://forums.phpfreaks.com/topic/139993-directory-tree/ Share on other sites More sharing options...
premiso Posted January 8, 2009 Share Posted January 8, 2009 You can create your own using glob and unlink Shouldn't be to hard, and I bet inside the glob user comments you can find a script howto in there. Link to comment https://forums.phpfreaks.com/topic/139993-directory-tree/#findComment-732414 Share on other sites More sharing options...
GingerRobot Posted January 8, 2009 Share Posted January 8, 2009 You can create your own using glob and unlink Shouldn't be to hard, and I bet inside the glob user comments you can find a script howto in there. Though if it's to be a directory tree it may well need to be recursive, which is a little harder. However, there are examples of those in the user comments on the manual page as well. Link to comment https://forums.phpfreaks.com/topic/139993-directory-tree/#findComment-732420 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.