List files and directories in the specified directory (non-recursive).
Uses pure POSIX shell (find + stat) via execute() — works on any Linux including Alpine. No Python or Node.js needed.
ls(path: string): Promise<LsResult>| Name | Type | Description |
|---|---|---|
path* | string | Absolute path to directory |