API15

JPath

From Joomla! Documentation

Revision as of 12:36, 25 March 2010 by Doxiki (talk | contribs)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The "API15" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

[Edit Descripton] Template:Description:JPath

Defined in[edit]

libraries/joomla/filesystem/path.php

Methods[edit]

Method name Description
canChmod Checks if a path's permissions can be changed
setPermissions Chmods files and directories recursivly to given permissions
getPermissions Get the permissions of the file/folder at a give path
check Checks for snooping outside of the file system root
find Searches the directory paths for a given file.
clean Function to strip additional / or \ in a path name
isOwner Method to determine if script owns the path

Importing[edit]

jimport( 'joomla.filesystem.path' );

[Edit See Also] Template:SeeAlso:JPath

Examples[edit]

<CodeExamplesForm />