JFolder::delete
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JFolder::delete[edit]
Description[edit]
Delete a folder.
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[edit]
- JFolder::delete source code on BitBucket
- Class JFolder
- Subpackage Filesystem
- Other versions of JFolder::delete
User contributed notes[edit]
Code Examples[edit]