JFolder::exists/1.5
From Joomla! Documentation
JFolder::exists
Description
Wrapper for the standard file_exists function.
Description:JFolder::exists [Edit Descripton]
public function exists ($path)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $path | string | Folder name relative to installation dir |
- Returns boolean True if path is a folder
- Defined on line 391 of libraries/joomla/filesystem/folder.php
- Since
- Referenced by
See also
-
JFolder::exists on api.joomla.org
-
JFolder source code on JoomlaCode
-
Class JFolder
-
Subpackage Filesystem
- Other versions of JFolder::exists
SeeAlso:JFolder::exists [Edit See Also]
User contributed notes
<CodeExamplesForm />