API17:JFolder::exists
From Joomla! Documentation
JFolder::exists
Description
Wrapper for the standard file_exists function.
public static 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 442 of libraries/joomla/filesystem/folder.php
- Since

- Referenced by
See also
JFolder::exists source code on BitBucket
Class JFolder
Subpackage Filesystem- Other versions of JFolder::exists
User contributed notes
Code Examples