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]
public static function delete ($path)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $path | string | The path to the folder to delete. |
- Returns boolean True on success.
- Defined on line 281 of libraries/joomla/filesystem/folder.php
- Since
- 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
-
JFolder::delete source code on BitBucket
-
Class JFolder
-
Subpackage Filesystem
- Other versions of JFolder::delete
SeeAlso:JFolder::delete [Edit See Also]
User contributed notes
<CodeExamplesForm />
