====== JFolder ====== {#JAPI Joomla.Framework FileSystem JFolder #} This is a folder handling class. It provides an interface to the file system to perform various folder related functions. This is a [[http://php.net/manual/language.oop5.static.php|static class]] and so its methods are available without needing an instantiation of the class. ===== Methods ===== ^ Method ^ Description ^ | {{references:Method.png?nolink}} [[JFolder-create|create]] | Create a folder -- and all necessary parent folders. | | {{references:Method.png?nolink}} [[JFolder-delete|delete]] | Delete a folder. | | {{references:Method.png?nolink}} [[JFolder-exists|exists]] | Wrapper for the standard file_exists function. | | {{references:Method.png?nolink}} [[JFolder-files|files]] | Utility function to read the files in a folder. | | {{references:Method.png?nolink}} [[JFolder-folders|folders]] | Utility function to read the folders in a folder. | | {{references:Method.png?nolink}} [[JFolder-listFolderTree|listFolderTree]] | Lists folder in format suitable for tree display. | | {{references:Method.png?nolink}} [[JFolder-move|move]] | Moves a folder. | ---- ~~DISCUSSION~~