API17

API17:JPath::getPermissions

From Joomla! Documentation

Joomla 11.1 JPath::getPermissions

Description

Get the permissions of the file/folder at a give path.


public static function getPermissions ($path)
Parameter Type Default Description
$path string The path of a file/folder
  • Returns string Filesystem permissions
  • Defined on line 113 of libraries/joomla/filesystem/path.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples