API17

API17:JPath::canChmod

From Joomla! Documentation

Joomla 11.1 JPath::canChmod

Description

Checks if a path's permissions can be changed.


public static function canChmod ($path)
Parameter Type Default Description
$path string Path to check
  • Returns boolean True if path can have mode changed
  • Defined on line 45 of libraries/joomla/filesystem/path.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples