API17

Difference between revisions of "JFolder"

From Joomla! Documentation

(Bulk upload by Doxiki2)
(No difference)

Revision as of 15:49, 20 April 2011

The "API17" 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:JFolder

Defined in[edit]

libraries/joomla/filesystem/folder.php

Subpackage[edit]

Filesystem

Extends[edit]

Extended by[edit]

Methods[edit]

Method name Description
copy Copy a folder.
create Create a folder -- and all necessary parent folders.
delete Delete a folder.
exists Wrapper for the standard file_exists function.
files Utility function to read the files in a folder.
folders Utility function to read the folders in a folder.
listFolderTree Lists folder in format suitable for tree display.
makeSafe Makes path name safe to use.
move Moves a folder.

Importing[edit]

jimport( 'joomla.filesystem.folder' );

See also[edit]

Template:SeeAlso:JFolder [Edit See Also]

Examples[edit]

<CodeExamplesForm />