list_files
AsyncMethod
This is a method of the SandboxProtocol class in the protocols module.List files in a sandbox directory.
Signature
Parameters
Directory path within sandbox
Returns
List of file paths
List files in a sandbox directory.
This is a method of the SandboxProtocol class in the protocols module.List files in a sandbox directory.
async def list_files(path: str) -> List[str]