list_dir

Luo_Suppe2026-08-15

gma.etools.list_dir

function list_dir(in_path, recursive = False):

List all files or dirs (include memory path)!

Parameters:

in_path: str.

The input file path.

Optional:

recursive = bool. Default False.

Whether match any files and zero or more directories and subdirectories.

Returns:

Type: bytes.


Last Updated 8/15/2026, 8:42:21 AM