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 Quote 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. Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/139993-directory-tree/#findComment-732420 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.