Ask a question to get started
Enter to send•Shift+Enter new line
Get the working directory path inside the sandbox.
getWorkDir(): Promise<string>
const workDir = await sandbox.getWorkDir(); console.log(`Working directory: ${workDir}`);