Ask a question to get started
Enter to send•Shift+Enter new line
lsInfo(dirPath: string): Promise<FileInfo[]>
dirPath
string
List files and directories in the specified directory.
Overrides BaseSandbox.lsInfo() to normalize paths with a leading / so they resolve correctly in the temp execution directory.
/