> 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/1/reference/api/other.md).

# Other

## Close

Delete **all** records & the directory

```javascript
db.deleteMany.close()
```

### Parameters

None

## Wipe

Delete **all** records & *preserve* the directory

```javascript
db.deleteMany.wipe()
```

### Parameters

None

## Get path to Record

```javascript
db.locateRecord('tag')
```

### Parameters

<table><thead><tr><th>Name</th><th>About</th><th>Type</th><th data-type="checkbox">Required</th></tr></thead><tbody><tr><td>tag</td><td>The tag to locate</td><td>String</td><td>true</td></tr></tbody></table>

## Change directory

```javascript
db.folderPath = './new/dir'
```

### Parameters

N/A

## Make directory

```javascript
db.dir()
```

### Parameters

None

## Get directory

```
db.folderPath
```

### Parameters

N/A
