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