Collections functions
General functions
Node functions
Render functions
Theme permission functions
User functions
Resource functions

getFolderContents()

Description

Find the files present in a folder, and sub-folder.

@access public

Parameters

ColumnTypeDefaultDescription
$path string The path to look into.
$recurse boolean true Trigger the recursion, default to True.
$include_hidden boolean false Trigger the listing of hidden files / hidden directories, default to False.

Return

array A list of files present in the inspected folder (paths are relative to the inspected folder path).

This article was last updated 19th March 2024 08:35 Europe/London time based on the source file dated 11th March 2024 11:40 Europe/London time.