API17:JFolder
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
[Edit Descripton] Description:JFolder
Defined in
libraries/joomla/filesystem/folder.php
- see source code in BitBucket
Subpackage
Extends
Extended by
Methods
| 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
jimport( 'joomla.filesystem.folder' );
See also
- JFolder source code in BitBucket
- Other versions of this class
SeeAlso:JFolder [Edit See Also]
Examples
<CodeExamplesForm />
