API17

API17:JPath

From Joomla! Documentation

Revision as of 20:56, 20 April 2011 by Doxiki2 (talk | contribs) (Bulk upload by Doxiki2)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

[Edit Descripton] Template:Description:JPath

Defined in

libraries/joomla/filesystem/path.php

Subpackage

Filesystem

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.
clean Function to strip additional / or \ in a path name.
find Searches the directory paths for a given file.
getPermissions Get the permissions of the file/folder at a give path.
isOwner Method to determine if script owns the path.
setPermissions Chmods files and directories recursivly to given permissions.

Importing

jimport( 'joomla.filesystem.path' );

See also

Template:SeeAlso:JPath [Edit See Also]

Examples

<CodeExamplesForm />