API17:JFolder::delete
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 30: | Line 30: | ||
boolean True on success. | boolean True on success. | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/filesystem/folder.php | + | libraries/joomla/filesystem/folder.php (line 278) |
| + | * see source code in [[jplatform:filesystem/folder.php#cl-278|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
| − | * [[JInstaller | + | * [[JInstaller::abort/11.1|JInstaller::abort]] |
| − | * [[JCacheStorageCachelite | + | * [[JCacheStorageCachelite::clean/11.1|JCacheStorageCachelite::clean]] |
| − | * [[JInstallerHelper | + | * [[JInstallerHelper::cleanupInstall/11.1|JInstallerHelper::cleanupInstall]] |
| − | * [[JInstaller | + | * [[JInstaller::parseFiles/11.1|JInstaller::parseFiles]] |
| − | * [[JInstaller | + | * [[JInstaller::removeFiles/11.1|JInstaller::removeFiles]] |
| − | * [[JInstallerTemplate | + | * [[JInstallerTemplate::uninstall/11.1|JInstallerTemplate::uninstall]] |
| − | * [[JInstallerPlugin | + | * [[JInstallerPlugin::uninstall/11.1|JInstallerPlugin::uninstall]] |
| − | * [[JInstallerLibrary | + | * [[JInstallerLibrary::uninstall/11.1|JInstallerLibrary::uninstall]] |
| − | * [[JInstallerComponent | + | * [[JInstallerComponent::uninstall/11.1|JInstallerComponent::uninstall]] |
| − | * [[JInstallerModule | + | * [[JInstallerModule::uninstall/11.1|JInstallerModule::uninstall]] |
| − | * [[JInstallerLanguage | + | * [[JInstallerLanguage::uninstall/11.1|JInstallerLanguage::uninstall]] |
| − | * [[JInstallerFile | + | * [[JInstallerFile::uninstall/11.1|JInstallerFile::uninstall]] |
===See also=== | ===See also=== | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
Revision as of 20:32, 23 April 2011
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 />
