Ask a question to get started
Enter to send•Shift+Enter new line
ls(path: string = "/"): Promise<LsResult>
path
string
"/"
Absolute path to directory
Structured listing with file metadata.
Lists files and directories in the specified directory (non-recursive). Directories have a trailing / in their path and is_dir=true.