list_files
AsyncMethod
This is a method of the SandboxProtocol class in the sandbox module.List files in a sandbox directory.
Signature
Parameters
No description available.
Returns
The result of the operation.
list_files: List files in a sandbox directory.
This is a method of the SandboxProtocol class in the sandbox module.List files in a sandbox directory.
async def list_files(&self, path: &str) -> Result<Vec<String>>