API17:JFile::delete
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JFile::delete
Description
Delete a file or array of files.
Description:JFile::delete [Edit Descripton]
Since
Synopsis
public static JFile::delete ($file)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $file | mixed | The file name or an array of file names |
Returns
boolean True on success
Defined in
libraries/joomla/filesystem/file.php
Referenced by
- JInstaller::abort
- JInstallerHelper::cleanupInstall
- JFolder::delete
- JPath::isOwner
- JInstaller::parseFiles
- JInstaller::removeFiles
- JInstallerPlugin::uninstall
- JInstallerPackage::uninstall
- JInstallerLibrary::uninstall
- JInstallerFile::uninstall
See also
Examples
<CodeExamplesForm />
