JPath/1.5
From Joomla! Documentation
[Edit Descripton] Description:JPath
Defined in
libraries/joomla/filesystem/path.php
Subpackage
Extends
Extended by
Methods
| Method name | Description |
|---|---|
| canChmod | Checks if a path's permissions can be changed. |
| check | Checks for snooping outside of the file system root. |
| find | Searches the directory paths for a given file. |
| getPermissions | Get the permissions of the file/folder at a give path. |
| setPermissions | Chmods files and directories recursivly to given permissions. |
| clean | Function to strip additional / or \ in a path name. |
| isOwner | Method to determine if script owns the path. |
Importing
jimport( 'joomla.filesystem.path' );
See also
Examples
<CodeExamplesForm />