liam_d The original NP Emo KidEstablished Member โ 20 โ Impact 25 Feb 28, 2008 1K views 3 replies #1 Hi all i have the folder "freesites" and looking for a good way to echo out all the folders within that folder, with an option to delete them? Thanks!!
Hi all i have the folder "freesites" and looking for a good way to echo out all the folders within that folder, with an option to delete them? Thanks!!
monaco Established Member โ 20 โ Impact 10 Feb 28, 2008 #2 What language are you working with? PHP? Java? ASP?
monaco Established Member โ 20 โ Impact 10 Feb 29, 2008 #4 Here's some info on listing files and browsing directory contents: http://us.php.net/manual/en/ref.dir.php Here's how to delete a file: http://us.php.net/manual/en/function.unlink.php
Here's some info on listing files and browsing directory contents: http://us.php.net/manual/en/ref.dir.php Here's how to delete a file: http://us.php.net/manual/en/function.unlink.php