duckscriptsdk 0.11.1

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

This command will return the parent path of the provided path.<br>
If the parent path is empty, it will return none.

### Parameters

The path to extract the parent path from.

### Return Value

The parent path or none.

### Examples

```sh
directory = dirname ./dir/file.txt
```