API17:JPath::canChmod
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 30: | Line 30: | ||
boolean True if path can have mode changed | boolean True if path can have mode changed | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/filesystem/path.php | + | libraries/joomla/filesystem/path.php (line 45) |
| + | * see source code in [[jplatform:filesystem/path.php#cl-45|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
Revision as of 21:04, 23 April 2011
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.
JPath::canChmod
Description
Checks if a path's permissions can be changed.
Description:JPath::canChmod [Edit Descripton]
Since
Synopsis
public static JPath::canChmod ($path)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $path | string | Path to check |
Returns
boolean True if path can have mode changed
Defined in
libraries/joomla/filesystem/path.php (line 45)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
