duckscriptsdk 0.11.1

The duckscript SDK.
Documentation
```sh
var = is_readonly path
```

This command will return true/false based if the provided path exists and is set to readonly.

### Parameters

The path to check.

### Return Value

True if the provided path exists and is set to readonly.

### Examples

```sh
readonly = is_readonly ./dir/somefile.txt
```