Skip to main content

test_path_writable

Function test_path_writable 

Source
pub async fn test_path_writable(
    policy: &SandboxPolicy,
    test_path: &Path,
    cwd: &Path,
    sandbox_executable: Option<&Path>,
) -> Result<bool>
Expand description

Test if a specific path is writable under the given sandbox policy.