> For the complete documentation index, see [llms.txt](https://db.coolstone.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://db.coolstone.dev/0/reference/api/other.md).

# Other

### Open Record directory in your OS' native file browser

```javascript
import {openRecordDir} from 'dubnium'
openRecordDir()
```

### Open any directory in your OS' native file browser

```javascript
import {openDir} from 'dubnium'
openDir("/path/to/dir")
```
