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