API17:JFolder::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.
JFolder::delete
Description
Delete a folder.
Description:JFolder::delete [Edit Descripton]
Since
Synopsis
public static JFolder::delete ($path)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $path | string | The path to the folder to delete. |
Returns
boolean True on success.
Defined in
libraries/joomla/filesystem/folder.php (line 278)
- see source code in BitBucket
Referenced by
- JInstaller::abort
- JCacheStorageCachelite::clean
- JInstallerHelper::cleanupInstall
- JInstaller::parseFiles
- JInstaller::removeFiles
- JInstallerTemplate::uninstall
- JInstallerPlugin::uninstall
- JInstallerLibrary::uninstall
- JInstallerComponent::uninstall
- JInstallerModule::uninstall
- JInstallerLanguage::uninstall
- JInstallerFile::uninstall
See also
Examples
<CodeExamplesForm />
