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.