Skip to main content

list_files

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

Signature

async def list_files(&self, path: &str) -> Result<Vec<String>>

Parameters

path
&str
required
No description available.

Returns

Returns
Result<Vec<String>>
The result of the operation.