API17:JFile::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/file.php | + | libraries/joomla/filesystem/file.php (line 141) |
| + | * see source code in [[jplatform:filesystem/file.php#cl-141|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
| − | * [[JInstaller | + | * [[JInstaller::abort/11.1|JInstaller::abort]] |
| − | * [[JInstallerHelper | + | * [[JInstallerHelper::cleanupInstall/11.1|JInstallerHelper::cleanupInstall]] |
| − | * [[JFolder | + | * [[JFolder::delete/11.1|JFolder::delete]] |
| − | * [[JPath | + | * [[JPath::isOwner/11.1|JPath::isOwner]] |
| − | * [[JInstaller | + | * [[JInstaller::parseFiles/11.1|JInstaller::parseFiles]] |
| − | * [[JInstaller | + | * [[JInstaller::removeFiles/11.1|JInstaller::removeFiles]] |
| − | * [[JInstallerPlugin | + | * [[JInstallerPlugin::uninstall/11.1|JInstallerPlugin::uninstall]] |
| − | * [[JInstallerPackage | + | * [[JInstallerPackage::uninstall/11.1|JInstallerPackage::uninstall]] |
| − | * [[JInstallerLibrary | + | * [[JInstallerLibrary::uninstall/11.1|JInstallerLibrary::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:30, 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.
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 (line 141)
- see source code in BitBucket
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 />
