Skip to main content

list_files

AsyncMethod
This is a method of the SandboxProtocol class in the protocols module.
List files in a sandbox directory.

Signature

async def list_files(path: str) -> List[str]

Parameters

path
str
default:"'/'"
Directory path within sandbox

Returns

Returns
List[str]
List of file paths