API17

API17:JFTP::delete

From Joomla! Documentation

Joomla 11.1 JFTP::delete

Description

Method to delete a path [file/folder] on the FTP server.


public function delete ($path)
Parameter Type Default Description
$path string Path to delete
  • Returns boolean True if successful
  • Defined on line 554 of libraries/joomla/client/ftp.php

See also


User contributed notes

Code Examples