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 18th March 2025 14:05 Europe/London time based on the source file dated 13th March 2025 15:45 Europe/London time.