API17:JFTP::delete
From Joomla! Documentation
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
JFTP::delete source code on BitBucket
Class JFTP
Subpackage Client- Other versions of JFTP::delete
User contributed notes
Code Examples