delete_file($filepath)
Parameters: |
|
---|---|
Returns: |
TRUE on success, FALSE on failure |
Return type: |
bool |
Lets you delete a file. Supply the source path with the file name.
$this->ftp->delete_file('/public_html/joe/blog.html');
delete_file($filepath)
Parameters: |
|
---|---|
Returns: |
TRUE on success, FALSE on failure |
Return type: |
bool |
Lets you delete a file. Supply the source path with the file name.
$this->ftp->delete_file('/public_html/joe/blog.html');
Please login to continue.