I have dynamic listing page. From that I want to delete file from server using joomla2.5. I try with the following code:
jimport('joomla.filesystem.file');
$path = JPath::clean($path);
It is not working.
|
I have dynamic listing page. From that I want to
It is not working. |
||||
|
|
|
To delete the folder:
To delete the File:
|
|||
|
|