JFolder/1.5
From Joomla! Documentation
JFolder
Description
Description:JFolder [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | copy | Copy a folder. |
| public | create | Create a folder -- and all necessary parent folders. |
| public | delete | Delete a folder. |
| public | exists | Wrapper for the standard file_exists function. |
| public | files | Utility function to read the files in a folder. |
| public | folders | Utility function to read the folders in a folder. |
| public | listFolderTree | Lists folder in format suitable for tree display. |
| public | makeSafe | Makes path name safe to use. |
| public | move | Moves a folder. |
- Defined in libraries/joomla/filesystem/folder.php
Importing
jimport( 'joomla.filesystem.folder' );
See also
-
JFolder on api.joomla.org
-
JFolder source code on JoomlaCode
-
Subpackage Filesystem
- Other versions of JFolder
SeeAlso:JFolder [Edit See Also]
User contributed notes
<CodeExamplesForm />