API17:JFolder::exists
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::exists
Description
Wrapper for the standard file_exists function.
Description:JFolder::exists [Edit Descripton]
Since
Synopsis
public static JFolder::exists ($path)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $path | string | Folder name relative to installation dir |
Returns
boolean True if path is a folder
Defined in
libraries/joomla/filesystem/folder.php (line 437)
- see source code in BitBucket
Referenced by
- JLanguage::exists
- JInstaller::install
- JInstallerFile::install
- JInstaller::parseLanguages
- JInstaller::removeFiles
- JInstallerTemplate::uninstall
- JInstallerLibrary::uninstall
- JInstallerLanguage::uninstall
- JInstallerHelper::unpack
- JInstaller::update
See also
Examples
<CodeExamplesForm />
