API17

Difference between revisions of "JFolder::delete"

From Joomla! Documentation

(Layout updates)
m (moving preparation)
(3 intermediate revisions by 2 users not shown)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JFolder::delete|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JFolder::delete|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Since===
 
{{JVer|11.1 }}
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public static JFolder::delete ($path)
+
public static function delete ($path)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 24: Line 21:
 
|string
 
|string
 
|
 
|
|The path to the folder to delete.  
+
|The path to the folder to delete.
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns''' boolean True on success.
boolean True on success.
+
* '''Defined''' on line 281 of libraries/joomla/filesystem/folder.php
===Defined in===
+
* '''Since''' {{JVer|11.1 }}
libraries/joomla/filesystem/folder.php (line 278)
+
* '''Referenced by'''
* see source code in [[jplatform:filesystem/folder.php#cl-278|BitBucket]]
+
** [[API17:JInstaller::abort|JInstaller::abort]]
===Referenced by===
+
** [[API17:JCacheStorageCachelite::clean|JCacheStorageCachelite::clean]]
* [[JInstaller::abort/11.1|JInstaller::abort]]
+
** [[API17:JInstallerHelper::cleanupInstall|JInstallerHelper::cleanupInstall]]
* [[JCacheStorageCachelite::clean/11.1|JCacheStorageCachelite::clean]]
+
** [[API17:JInstaller::parseFiles|JInstaller::parseFiles]]
* [[JInstallerHelper::cleanupInstall/11.1|JInstallerHelper::cleanupInstall]]
+
** [[API17:JInstaller::removeFiles|JInstaller::removeFiles]]
* [[JInstaller::parseFiles/11.1|JInstaller::parseFiles]]
+
** [[API17:JInstallerTemplate::uninstall|JInstallerTemplate::uninstall]]
* [[JInstaller::removeFiles/11.1|JInstaller::removeFiles]]
+
** [[API17:JInstallerPlugin::uninstall|JInstallerPlugin::uninstall]]
* [[JInstallerTemplate::uninstall/11.1|JInstallerTemplate::uninstall]]
+
** [[API17:JInstallerLibrary::uninstall|JInstallerLibrary::uninstall]]
* [[JInstallerPlugin::uninstall/11.1|JInstallerPlugin::uninstall]]
+
** [[API17:JInstallerComponent::uninstall|JInstallerComponent::uninstall]]
* [[JInstallerLibrary::uninstall/11.1|JInstallerLibrary::uninstall]]
+
** [[API17:JInstallerModule::uninstall|JInstallerModule::uninstall]]
* [[JInstallerComponent::uninstall/11.1|JInstallerComponent::uninstall]]
+
** [[API17:JInstallerLanguage::uninstall|JInstallerLanguage::uninstall]]
* [[JInstallerModule::uninstall/11.1|JInstallerModule::uninstall]]
+
** [[API17:JInstallerFile::uninstall|JInstallerFile::uninstall]]
* [[JInstallerLanguage::uninstall/11.1|JInstallerLanguage::uninstall]]
 
* [[JInstallerFile::uninstall/11.1|JInstallerFile::uninstall]]
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JFolder::delete source code''' on [[jplatform:filesystem/folder.php#cl-273|BitBucket]]
 +
* {{JVer|11.1}} Class [[API17:JFolder|JFolder]]
 +
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Filesystem|Filesystem]]
 +
* [[API17:JFolder::delete|Other versions of JFolder::delete]]
 +
{{SeeAlso:JFolder::delete}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JFolder::delete|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JFolder::delete|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JFolder/11.1|JFolder]]
+
===User contributed notes===
* [[JFolder::delete|Other versions of this method]]
 
{{SeeAlso:JFolder::delete}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 60: Line 57:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JFolder]][[Category:JFolder::delete]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 20:41, 11 May 2013

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.

Joomla 11.1 JFolder::delete[edit]

Description[edit]

Delete a folder.

Template:Description:JFolder::delete [Edit Descripton]

public static function delete ($path)
Parameter Type Default Description
$path string The path to the folder to delete.

See also[edit]

Template:SeeAlso:JFolder::delete [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />